From df580c9f6b8861de3de63b8e090791e7639d417e Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 28 Sep 2018 13:22:18 +0300 Subject: [PATCH] fix remote paths --- scripts/rclone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rclone.sh b/scripts/rclone.sh index d6d39c6..7ef459a 100644 --- a/scripts/rclone.sh +++ b/scripts/rclone.sh @@ -7,7 +7,7 @@ #[remotecrypto] #type = crypt -#remote = pcloud:encbackup +#remote = pcloud:/encbackup/ #filename_encryption = off #directory_name_encryption = false #password = 0000 @@ -70,7 +70,7 @@ do done | awk '{i+=$1} END {print "Total bytes: " i / 1048576 " GB"}' #cloud sync -rclone -v -P sync $ENCSRC remotecrypto +rclone -v -P sync $ENCSRC remotecrypto:/ #cleanup rm /tmp/reclist.txt