On Wed, Jun 16, 2004 at 03:15:00PM +1200, Jason Haar wrote: > e.g. > rsync -xxxxx -e ssh src_dir remote:dst_share > ssh remote "/usr/local/bin/cleanup"
You don't need the separate ssh connection if you use --rsync-path to point to a script that first runs rsync (using the supplied args) and then does the post-processing work (as appropriate for any error code that was returned). ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
