Displaying 1 result from an estimated 1 matches for "sat_p_cach".
Did you mean:
sat_p_cache
2013 Aug 05
2
rsyncd: --temp-dir outside of module or target target
Hi,
I'm running rsyncd in daemon mode started via xinetd. My
/etc/rsyncd.conf looks like:
[cache]
path = /mnt/tst_vol_aws/sat_p_cache/
comment = Cache Directory
use chroot = false
read only = false
uid = someone
gid = someone
dont compress = *
On the client I run:
/usr/bin/rsync --delete --ignore-errors -gpzsoltD --temp-dir=/mnt/tst_vol_aws/tmp/rsync -r /mnt/tst_vol_aws/sat_p_cache/ rsync://$server_ip/cache/
which gives...