From 1c945c1708b15ee747724f4e3ded6ff33fef8527 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Fri, 30 Oct 2015 21:03:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 290f7cf..7d05463 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Running zfs_autobackup ---------------------- There are 2 ways to run the backup: -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: +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: ``` root@fs1:/home/psy# ./zfs_autobackup --ssh-source root@1.2.3.4 smartos01_fs1 fs1/zones/backup/zfsbackups/smartos01.server.com --verbose --compress Getting selected source filesystems for backup smartos01_fs1 on root@1.2.3.4 @@ -84,7 +84,7 @@ Destroying old snapshots on target All done ``` -Run the script on the server and push the data to the backup server specified by --ssh-target: +Method 2: Run the script on the server and push the data to the backup server specified by --ssh-target: ``` ./zfs_autobackup --ssh-target root@2.2.2.2 smartos01_fs1 fs1/zones/backup/zfsbackups/smartos01.server.com --verbose --compress ...