Displaying 1 result from an estimated 1 matches for "generatepacket".
2004 Jun 04
0
New feature request.
...ason why I use rsync), but I also want to be able to run a
script on the remote end to generate some files that I want to rsync.
Something along the lines of the following would be REALLY handy in rsync:
[replica]
path = /fu/bar/replica
comment = Packet replica base.
preexec = /usr/local/sbin/generatepacket
postexec = /usr/local/sbin/emailstats
Has anyone thought of this yet?
A little in depth for the curious types:
1. I have two ClearCase MultiSite replicas.
2. They don't/can't login automatically to each other to generate the sync
packets to be updated.
3. They both traverse a firewal...