We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7988725 commit e8c5e76Copy full SHA for e8c5e76
1 file changed
install/misc/backup-restore.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+source $CONFIGS/Docker/.env
4
which rclone > $CONFIGS/.config/checkapp.txt
5
clear
6
@@ -31,7 +32,7 @@ else
31
32
echo
33
echo "${LMAGENTA}Copying from Google drive...${STD}"
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
36
37
if [ -e "/tmp/$filedate.tar.gz" ]; then
38
0 commit comments