Implicit --itemize

Matt McCutchen matt at mattmccutchen.net
Tue Jan 18 09:45:03 MST 2011


On Tue, 2011-01-18 at 09:32 +0100, Fabian Cenedese wrote:
> >From reading the man pages I couldn't find such a hint, but is
> there a way that --itemize is implicitely activated e.g. with using
> another parameter?

> I used these params in a script with rsync 3.0.3pre1 on a NAS.
> 
> MYRSYNC_ARGS="-rptgo --stats --modify-window=1 --timeout=1800 --log-file=/tmp/rsbackup.log --rsync-path="/path/to/rsync" --timeout=3600"
> SSH="ssh -l user -ax -i /path/to/key -o ClearAllForwardings=yes -o StrictHostKeyChecking=no"
> 
> rsync $MYRSYNC_ARGS -l --delete -e "$SSH" --no-i $SOURCE/mod $DEST:$SOURCE/mod &
> 
> And that still results in:
> 2011/01/17 20:00:08 [3918] .d..t...... server/Directory/
> 2011/01/17 20:00:13 [3918] <f..t...... server/Directory/File
> etc



More information about the rsync mailing list