Displaying 3 results from an estimated 3 matches for "axzh".
Did you mean:
avzh
2010 Jun 28
1
log format question
USING: rsync version 3.0.6 protocol version 30 on a Sun Solaris 10 x86. This is a precompiled version from opencsw.
/opt/csw/bin/rsync -n -axzH -v --delete-after --log-file=$RSYNCOUTPUT/export_-${DAILYDT}X --rsync-path=/opt/csw/bin/rsync -e "ssh -i /root/.ssh/id_hertz" --max-delete=100 /export/.zfs/snapshot/$DAILYDT/ hertz3:/zvol/backup/gauss/export
When I added the --log-file= line I get log file messages like
2010/06...
2010 Jun 28
0
log format question: resolved
...parameter in the man page.
I looked at the man page but missed this part. I guess it was the forest for the trees.
Thanks and it is resolved.
Robert
USING: rsync version 3.0.6 protocol version 30 on a Sun Solaris 10 x86. This is a precompiled version from opencsw.
/opt/csw/bin/rsync -n -axzH -v --delete-after --log-file=$RSYNCOUTPUT/export_-${DAILYDT}X --rsync-path=/opt/csw/bin/rsync -e "ssh -i /root/.ssh/id_hertz" --max-delete=100 /export/.zfs/snapshot/$DAILYDT/ hertz3:/zvol/backup/gauss/export
When I added the --log-file= line I get log file messages like
2010/06...
2004 Feb 02
1
[PATCH] --one-file-system and automounter
We use rsync in a Linux installation script. First, the root filesystem
of another machine on the network is cloned with "rsync -axzH", and then
a few files are updated to give the clone its own identity. This works
fine, but last week, the Postfix mailer daemon on a new machine refused
to start because some lock files had a link count of 2. It turned out
that rsync had created two copies of the root filesystem, and
hard-lin...