Fix typos, remove trailing whitespace

This commit is contained in:
Andrew M 2014-06-06 12:03:18 +03:00
parent e0a38f8453
commit a148ac8a5c
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 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

View file

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