Skip to content

Commit e8c5e76

Browse files
Update backup-restore.sh
1 parent 7988725 commit e8c5e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/misc/backup-restore.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
source $CONFIGS/Docker/.env
34
which rclone > $CONFIGS/.config/checkapp.txt
45
clear
56

@@ -31,7 +32,7 @@ else
3132
echo
3233
echo "${LMAGENTA}Copying from Google drive...${STD}"
3334

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

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

0 commit comments

Comments
 (0)