-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathborgmatic.yaml
More file actions
51 lines (40 loc) · 1022 Bytes
/
borgmatic.yaml
File metadata and controls
51 lines (40 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
source_directories:
- /mnt/storage
exclude_patterns:
- /mnt/storage/backup_photos/thumbs
- "*.log"
repositories:
# The local path or Borg URL of the repository.
- path: /mnt/storage2/backup.borg
label: backup
encryption: none
append_only: false
exclude_caches: true
checkpoint_interval: 900
retries: 5
retry_wait: 30
unknown_unencrypted_repo_access_is_ok: true
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
# List of one or more consistency checks to run on a periodic basis
# (if "frequency" is set) or every time borgmatic runs checks (if
# "frequency" is omitted).
checks:
- name: repository
frequency: 1 day
- name: data
frequency: 1 week
- name: extract
frequency: 1 month
check_last: 14
verbosity: 1
syslog_verbosity: 1
log_file_verbosity: 1
log_file: /var/log/borgmatic/logfile.txt
log_file_format: '[{asctime}] {levelname}: {prefix}{message}'
progress: true
statistics: true
default_actions: true
btrfs:
btrfs_command: /usr/bin/btrfs