You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3) Add your emoncms **Write** API key, your MYSQL database details, and other options to settings.conf
17
+
`nano settings.conf`
18
18
*Note* - ensure that the $emoncms-server setting contains your 'private' (local) IP address, as the module will use the emoncms API to replicate your data directories.
19
19
20
20
### Run the script
@@ -25,6 +25,6 @@ This only needs to be done once, and when completed, run the backup.php script a
25
25
26
26
Running the script subsequently, will add further archives to Dropbox, which can be done either manually, by Cron, by node-red, or by other means.
27
27
28
-
By default, the script will retain 7 days of backups, although that can be changed in the config file, archives older than that criteria are automatically deleted both locally and remotely in Dropbox when the script in run again.
28
+
By default, the script will retain 7 days of backups, although that can be changed in the settings.conf file, archives older than that criteria are automatically deleted both locally and remotely in Dropbox when the script in run again.
29
29
30
30
*Many thanks to Andrea Fabrizi for his brilliant Dropbox_uploader script.*
0 commit comments