Update docker2-backup.sh
This commit is contained in:
parent
d02c658c99
commit
9616c2ebe5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ echo ""
|
|||
echo "Backup copy is running..."
|
||||
|
||||
# use secure copy to copy the tar archive to your final backup location (in my case a mounted NFS share)
|
||||
rclone copy $backupDate-backup-docker2.tar.gz b2:server-backup-rgm --progress
|
||||
rclone copy $backupDate-backup-docker2.tar.gz b2:rgm-docker2 --progress
|
||||
|
||||
# remove the tar file from the main home folder after it's copied
|
||||
rm -rf $backupDate-backup-docker2.tar.gz
|
||||
|
|
Loading…
Reference in a new issue