Skip to content

Commit

Permalink
Update backup-restore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPerplexed authored Dec 11, 2018
1 parent 7988725 commit e8c5e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/misc/backup-restore.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

source $CONFIGS/Docker/.env
which rclone > $CONFIGS/.config/checkapp.txt
clear

Expand Down Expand Up @@ -31,7 +32,7 @@ else
echo
echo "${LMAGENTA}Copying from Google drive...${STD}"

/usr/bin/rclone copy Gdrive:/Backup/$filename/$filedate.tar.gz /tmp --checksum --drive-chunk-size=64M
/usr/bin/rclone copy $RCLONESERVICE:/Backup/$filename/$filedate.tar.gz /tmp --checksum --drive-chunk-size=64M

if [ -e "/tmp/$filedate.tar.gz" ]; then

Expand Down

0 comments on commit e8c5e76

Please sign in to comment.