From 67cdde1e95eeef1999400cf228da80255f3cd9e1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 11 Apr 2017 14:34:27 -0500 Subject: [PATCH] fix spaces/tabs --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 10c257c..7fc3a93 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ snapper is required. ## Options - Usage: snap-sync [options] + Usage: snap-sync [options] - Options: - -d, --description Change the snapper description. Default: "latest incremental backup" - -c, --config Specify the snapper configuration to use. Otherwise will perform for each snapper - configuration. Can list multiple configurations within quotes, space-separated - (e.g. -c "root home"). - -n, --noconfirm Do not ask for confirmation for each configuration. Will still prompt for backup - directory name on first backup - -u, --UUID Specify the UUID of the mounted BTRFS subvolume to back up to. Otherwise will prompt. - If multiple mount points are found with the same UUID, will prompt user. + Options: + -d, --description Change the snapper description. Default: "latest incremental backup" + -c, --config Specify the snapper configuration to use. Otherwise will perform for each snapper + configuration. Can list multiple configurations within quotes, space-separated + (e.g. -c "root home"). + -n, --noconfirm Do not ask for confirmation for each configuration. Will still prompt for backup + directory name on first backup + -u, --UUID Specify the UUID of the mounted BTRFS subvolume to back up to. Otherwise will prompt. + If multiple mount points are found with the same UUID, will prompt user. --remote
Send the snapshot backup to a remote machine. The snapshot will be sent via ssh. You should specify the remote machine's hostname or ip address. The 'root' user must be permitted to login on the remote machine.