Merge branch 'master' into development
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Example config file for simple_backup
|
||||
|
||||
[backup]
|
||||
# Input directories. Use a comma to separate items
|
||||
# Files and directories to backup. Multiple items can be separated using a comma (','). It is possible to use wildcards (i.e. '*' to match multiple characters and '~' for the user's home directory).
|
||||
inputs=/home/my_home,/etc
|
||||
|
||||
# Output directory
|
||||
# Output directory.
|
||||
backup_dir=/media/Backup
|
||||
|
||||
# Exclude patterns. Use a comma to separate items
|
||||
exclude=.gvfs,.local/share/gvfs-metadata,.cache,.dbus,.Trash,.local/share/Trash,.macromedia,.adobe,.recently-used,.recently-used.xbel,.thumbnails
|
||||
# Files, directories and patterns to exclude from the backup. Multiple items can be separated using a comma.
|
||||
exclude=*.bak
|
||||
|
||||
# Number of snapshots to keep (use -1 to keep all)
|
||||
# Number of old backups (i.e. excluding the one that's being created) to keep (use -1 to keep all)
|
||||
keep=-1
|
||||
|
||||
# Uncomment the following section to enable backup to remote server through ssh
|
||||
#[server]
|
||||
#host=
|
||||
#username=
|
||||
#ssh_keyfile=
|
||||
# [server]
|
||||
# host=
|
||||
# username=
|
||||
# ssh_keyfile=
|
||||
|
||||
Reference in New Issue
Block a user