Merge pull request #66 from ifdattic/fix-typos

Fix typos, remove trailing whitespace
This commit is contained in:
zertrin 2014-06-06 16:00:58 +02:00
commit 33a0bd6b3b
2 changed files with 24 additions and 24 deletions

View file

@ -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

View file

@ -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"
@ -172,9 +172,9 @@ EXCLIST=( "/home/foobar_user_name/Documents/foobar-to-exclude" )
#
#
# Example:
# + /dir/foo
# - /dir/foob*
# + /dir/*
# + /dir/foo
# - /dir/foob*
# + /dir/*
#
# From the duplicity manual:
# Lines starting with "+" are interpreted as include directives[...]Similarly, lines starting with "-" exclude files even if they are found within an include filelist.