Is there any documentation on how to do that?

Say server A has the original data and server B has the backup.

You can do from server A:

  backup_tool | ssh [EMAIL PROTECTED] dd of=/path/to/backup

or you can do from server B:

  ssh [EMAIL PROTECTED] backup_tool | dd of=/path/to/backup


Regards,

--
Raphaël

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to