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
|
||||
|
||||
**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
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ GPG_SIGN_KEY="foobar_gpg_key"
|
|||
|
||||
# BACKUP SOURCE INFORMATION
|
||||
# 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.
|
||||
ROOT="/home"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue