search for: cdersync

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

Did you mean: 3drsync
2006 Jan 27
2
How to rsync PULL multiple files/dirs
Hi all, I am wondering how do I pull data from a remote host without running a daemon. PUSH command I would like the below statement be turned into a PULL from remote host instead. /usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose --stats --progress --exclude=cdersync.tar.gz --exclude=*.bz2 --exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm --exclude=*.sit /users/jona/cde /users/jona/Desktop /users/jona/.bashrc /users/jona/.profile cdeprd:/users/jona/ I thought of something like this... /usr/bin/rsync -e ssh --archive --sparse --compress --update -...
2006 Feb 22
2
Rsyncd log file permission
...e is possible. The reason I am asking is because if I UserA runs rsync, then UserB won't be able to write to rsync.log file since its owned by UserA and readable only to UserB. So I'm trying to make it writable by all when performing a sync. Is it possible to have.... log file = /logs/cdersync/$USER.rsync.log lock file = /logs/$USER.rsyncd.lock ?? >From current rsyncd.conf log file = /logs/cdersync/rsync.log lock file = /logs/rsyncd.lock -rw-r--r-- 1 UserA GroupA 10399049 Feb 16 17:55 rsync.log -rw------- 1 UserA GroupA 0 Dec 20 10:44 rsyncd.lock