|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] NFS vs SMb vs iSCSI for remote backup mounts
On Thu, Jan 28, 2010 at 6:30 AM, Rudi Ahlers <Rudi@xxxxxxxxxxx> wrote:
> Basically, I need to replicate /
> backup data from one server to another, but over the internet (i.e. insecure
> channels)
it would be _really_ hard to find anything better than rsync. Both
because of safety (uses ssh by default) and efficiency (copies only
what's needed)
if you need point-in-time snapshots while the servers are running, the
simplest way is to do an LVM snapshot, mount it (as read-only) and
rsync from this to the remote server. afterwards simply destroy the
snapshot.
--
Javier
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|