We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Have a look at #374 if you're experiencing rsync issues.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: