search for: vulogdtpr

Displaying 2 results from an estimated 2 matches for "vulogdtpr".

Did you mean: vvlogdtpr
2017 Aug 16
1
hard-link reference error when trying to delete
Hi, Kevin. Thank you for the suggestion. It triggered a memory that I had set some restrictions on this rsync copy a while back. Sure enough, in ~/.ssh/authorized_keys: command="rsync --server -vulogDtpre.iLsfxC --timeout=600 --bwlimit=5120 . dest" ssh-rsa Tacking on --delete in the appropriate spot fixed the issue. That's a big whoops on my part. :-) Appreciate the pointer. -- Jared On 08/15/2017 07:20 PM, Kevin Korb via rsync wrote: > Have you tried doing the clean shell test?...
2017 Aug 15
2
hard-link reference error when trying to delete
Hello, all. I've encountered an odd error that I haven't been able to identify and resolve myself. Hoping someone here could provide some guidance. I'm using the following command to rsync files between two servers, over the internet (if that matters), via SSH: rsync -ahu --timeout=600 --bwlimit=5120 -v -e "ssh -i /path/to/key" --filter=". /path/to/filter"