Skip to content

Commit 1ff9ff3

Browse files
authored
line 61 fixed
1 parent 1f146f0 commit 1ff9ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker_backup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ -f ./backups/dropbox ]; then
5858

5959
#upload new backup to dropbox
6060
echo "uploading to dropbox"
61-
$dropboxuploader upload ./backups/$backupfile $dropboxfolder
61+
$dropboxuploader upload ./backups/$backupfile $backupfile
6262

6363
#list older files to be deleted from cloud (exludes last 7)
6464
#to change dropbox backups retained, change below -7 to whatever you want

0 commit comments

Comments
 (0)