Steve Revilak wrote:
You might trymkdir /mnt/samba_share/`hostname` rsync --backup --archive --verbose -n --one-file-system \ /. /mnt/samba_share/`hostname`
If /mnt/samba_share/`hostname` is a network mounted file system, this defeats much of the benefit of the rsync protocol in terms of minimizing network bandwidth.
When ever there is more than one computer involved, you want to use an rsync server to accomplish the communication across the network, not a network file system.
-Tom -- Tom Metro Venture Logic, Newton, MA, USA "Enterprise solutions through open source." Professional Profile: http://tmetro.venturelogic.com/ _______________________________________________ bblisa mailing list [email protected] http://www.bblisa.org/mailman/listinfo/bblisa
