fix remote paths

This commit is contained in:
deflax 2018-09-28 13:22:18 +03:00 committed by GitHub
parent e85be0c37e
commit df580c9f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
#[remotecrypto] #[remotecrypto]
#type = crypt #type = crypt
#remote = pcloud:encbackup #remote = pcloud:/encbackup/
#filename_encryption = off #filename_encryption = off
#directory_name_encryption = false #directory_name_encryption = false
#password = 0000 #password = 0000
@ -70,7 +70,7 @@ do
done | awk '{i+=$1} END {print "Total bytes: " i / 1048576 " GB"}' done | awk '{i+=$1} END {print "Total bytes: " i / 1048576 " GB"}'
#cloud sync #cloud sync
rclone -v -P sync $ENCSRC remotecrypto rclone -v -P sync $ENCSRC remotecrypto:/
#cleanup #cleanup
rm /tmp/reclist.txt rm /tmp/reclist.txt