How to set absolute path for rsync?

2017-08-15 Thread Joe Qiao via rsync
Dear experts, I would like get your help for the issue with --partial-dir=*absolute path.* I’m trying to use rsync to send big file to server and config --partial-dir=*absolute path* since I want to store temp partial file in /tmp/ directory and keep the destination folder clear. My server

Re: How to set absolute path for rsync?

2017-08-15 Thread Joe Qiao via rsync
ssh + temp-dir works for me. Thank you! Regards, -Joe On Tue, Aug 15, 2017 at 5:14 PM, Kevin Korb via rsync wrote: > With rsyncd you can't. You would have to switch to rsync over ssh... > > rsync -a --delete --delay-updates --partial-dir=/tmp -P /home/joe/rsync/ > 10.148.34.28: