Re: hard-link reference error when trying to delete

2017-08-15 Thread Kevin Korb via rsync
You should use rrsync for that. On 08/15/2017 08:58 PM, Jared via rsync wrote: > 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.

Re: hard-link reference error when trying to delete

2017-08-15 Thread Jared via rsync
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 appropriat

Re: hard-link reference error when trying to delete

2017-08-15 Thread Kevin Korb via rsync
Have you tried doing the clean shell test? ssh -i /path/to/key u...@remote.server.com true > testfile if testfile isn't 0 bytes then whatever is producing the data that ended up in there is your problem. On 08/15/2017 04:13 PM, jared via rsync wrote: > Hello, all. I've encountered an odd error