Re: Windows client

2008-11-05 Thread Dave Markham
Stuart Halliday wrote: Google Cwrsync. V3 is there as well as a new experiment build of Cygwin 1.7 which finally supports long filenames/paths under ntfs and UTF-8 filenames at last! http://sourceforge.net/project/showfiles.php?group_id=69227package_id=68081release_id=615606 Is anyone

quiet option doesnt seem to work

2007-07-06 Thread Dave Markham
Guys im running Rsync 2.6.8 on Solaris. I use the following options :- RSYNC_BIN=/usr/local/bin/rsync RSYNC_OPTS= -PaRz --quiet --stats --delete --delete-excluded --copy-unsafe-links --numeric-ids RSYNC=${RSYNC_BIN} ${RSYNC_OPTS} Its part of a script see. Now everything works but in my log file

Weird exclude info

2007-04-26 Thread Dave Markham
I have a rsync script which connects to a remote machine and pulls a file list back to backup. It also parses a remote config file and creates a local exclude list to use when doing the backup. I wont bore you with the script details but im having a weird issue with exclude. If there are files to

Re: Weird exclude info

2007-04-26 Thread Dave Markham
Yep. It's confirmed im an idiot. Its --exclude-from not -exclude-from. All working wonderfully now Cheers Dave Markham wrote: I have a rsync script which connects to a remote machine and pulls a file list back to backup. It also parses a remote config file and creates a local exclude list

No -v but still verbose

2007-02-28 Thread Dave Markham
Guys below are my rsync options i am using :- rsync -PaRz --delete --delete-excluded --copy-unsafe-links --numeric-ids I have omitted the -v and --stats i was using previously. Now when i look in my log i still seem to get a list for each file transfered. I only want to have the problem files

Verbose but only problem files

2007-02-22 Thread Dave Markham
I have tried a couple of things to get what i want but am unsure how to get there. I would like in the log i use for rsync to only output files it has trouble getting. e.g if permission is denied or file changed during read something like that. If i use the v option for verbose it lists every

Strange SSH with rsync

2007-02-21 Thread Dave Markham
Has anyone any idea why this wont work? Its in a script and im passing -e ${SSH} to the Rsync command where :- SSH=$(/usr/bin/which ssh) -o ConnectTimeout=15 -o BatchMode=yes -n The below is output from set -x for my script. Below that is the error from errorlog /usr/bin/rsync -PavRz --delete

Destination directory creation

2007-02-16 Thread Dave Markham
Hi people. My first post so be lenient :) I have read stuff on rsync, looked through the options and read the man page but cannot seem to find an answer to my problem. Ok. I have a script which connects to a remote machine via ssh and pulls back a list of source directories/files from a config