[BBLISA] Help with backups

Tom Metro tmetro+bblisa at vl.com
Fri Aug 17 23:16:42 EDT 2007


Steve Revilak wrote:
> You might try
> 
>   mkdir /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/




More information about the bblisa mailing list