extend the example configuration

This commit is contained in:
Andreas Zweili 2019-02-18 13:07:43 +01:00
parent 38a3a6bfc7
commit f44d4ab0d4
1 changed files with 30 additions and 18 deletions

View File

@ -1,26 +1,38 @@
[DEFAULT] [DEFAULT]
excludes = [ excludes = [
"/home/*/.gvfs", "/home/*/.gvfs",
"/home/*/.cache", "/home/*/.cache",
"/home/*/.thumbnails", "/home/*/.thumbnails",
"/home/*/.dropbox", "/home/*/.dropbox",
"/proc", "/proc",
"/sys", "/sys",
"/dev", "/dev",
"/etc/mtab", "/etc/mtab",
"/var/cache", "/var/cache",
"lost+found", "lost+found",
"/tmp", "/tmp",
"/var/tmp", "/var/tmp",
"/home/*/.local/share/Trash" "/home/*/.local/share/Trash"
] ]
port = 22 port = 22
[borgqt] [borgqt]
includes = [ includes = [
"/home/username/" "/home/username/"
] ]
server = 192.168.1.1
user = borg
repository_path = /tmp/test-borgqt repository_path = /tmp/test-borgqt
password = foo password = foo
prefix = notebook
server = 192.168.1.1
port = 22
user = borg
schedule_enabled = False
schedule_date = 0
schedule_weekday = 0
schedule_type = hourly
schedule_custom_enabled = False
schedule_month = 0
schedule_time = 12:00:00
schedule_predefined_enabled = True
schedule_predefined_name = hourly