We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f146f0 commit 1ff9ff3Copy full SHA for 1ff9ff3
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