yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 167 forks source link

rsync fails #558

Closed bedros closed 7 years ago

bedros commented 7 years ago

user@systemt:/home/user$ sudo rsync -avhPz /mnt/localbackup/ /mnt/amz/backup sending incremental file list rsync: ERROR: cannot stat destination "/mnt/amz/backup": Permission denied (13) rsync error: errors selecting input/output files, dirs (code 3) at main.c(652) [Receiver=3.1.1]

then later I decided to do a simple copy of a large file (599MB) and got time out after 10 or so minutes

cp: error writing '/mnt/amz/backup/somefile.tar.gz': Connection timed out

bgemmill commented 7 years ago

Have a look at #374 if you're experiencing rsync issues.