We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec3260 + 1ff9ff3 commit c133968Copy full SHA for c133968
scripts/docker_backup.sh
@@ -58,7 +58,7 @@ if [ -f ./backups/dropbox ]; then
58
59
#upload new backup to dropbox
60
echo "uploading to dropbox"
61
- $dropboxuploader upload ./backups/$backupfile $dropboxfolder
+ $dropboxuploader upload ./backups/$backupfile $backupfile
62
63
#list older files to be deleted from cloud (exludes last 7)
64
#to change dropbox backups retained, change below -7 to whatever you want
0 commit comments