From aef90375189662c2ffddee90b0bbc721603d9af5 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sat, 31 Oct 2015 13:34:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0daa2..cdad9ab 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,9 @@ zones/backup/fs1 autobackup:smartos01_fs1 fa Running zfs_autobackup ---------------------- -There are 2 ways to run the backup: +There are 2 ways to run the backup, but the endresult is always the same. Its just a matter of security (trust relations between the servers) and preference. + +First install the ssh-key on the server that you specify with --ssh-source or --ssh-target. Method 1: Run the script on the backup server and pull the data from the server specfied by --ssh-source. This is usually the preferred way and prevents a hacked server from accesing the backup-data: ```