borg-qt/docs/borg_qt.conf.example

48 lines
826 B
Plaintext
Raw Normal View History

2019-01-18 16:46:00 +01:00
[DEFAULT]
excludes = [
2019-02-18 13:07:43 +01:00
"/home/*/.gvfs",
"/home/*/.cache",
"/home/*/.dbus",
2019-02-18 13:07:43 +01:00
"/home/*/.thumbnails",
"/home/*/.dropbox",
"/proc",
"/sys",
"/dev",
"/etc/mtab",
"/var/cache",
"lost+found",
"/tmp",
"/var/tmp",
"/home/*/.local/share/Trash"
]
2019-01-18 16:46:00 +01:00
port = 22
2019-02-18 16:26:22 +01:00
hide_help = False
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
2019-04-28 20:01:17 +02:00
retention_policy_enabled = False
retention_policy = {
"hourly": "24",
"daily": "7",
"weekly": "4",
"monthly": "12",
"yearly": "1"
}
2019-01-19 16:23:49 +01:00
[borgqt]
includes = [
2019-02-18 13:07:43 +01:00
"/home/username/"
]
2019-01-18 16:46:00 +01:00
repository_path = /tmp/test-borgqt
password = foo
2019-02-18 13:07:43 +01:00
prefix = notebook
server = 192.168.1.1
port = 22
user = borg