Merge pull request #66 from ifdattic/fix-typos
Fix typos, remove trailing whitespace
This commit is contained in:
commit
33a0bd6b3b
2 changed files with 24 additions and 24 deletions
|
|
@ -142,7 +142,7 @@ Note that the commands `--restore-file` and `--restore-dir` are equivalent.
|
||||||
|
|
||||||
duplicity-backup.sh [-c config_file] --list-current-files
|
duplicity-backup.sh [-c config_file] --list-current-files
|
||||||
|
|
||||||
**See the collection status (i.e. all the backup sets in the remore archive)**
|
**See the collection status (i.e. all the backup sets in the remote archive)**
|
||||||
|
|
||||||
duplicity-backup.sh [-c config_file] --collection-status
|
duplicity-backup.sh [-c config_file] --collection-status
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ GPG_SIGN_KEY="foobar_gpg_key"
|
||||||
|
|
||||||
# BACKUP SOURCE INFORMATION
|
# BACKUP SOURCE INFORMATION
|
||||||
# The ROOT of your backup (where you want the backup to start);
|
# The ROOT of your backup (where you want the backup to start);
|
||||||
# This can be / or somwhere else -- I use /home/ because all the
|
# This can be / or somewhere else -- I use /home/ because all the
|
||||||
# directories start with /home/ that I want to backup.
|
# directories start with /home/ that I want to backup.
|
||||||
ROOT="/home"
|
ROOT="/home"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue