-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.cfg
29 lines (29 loc) · 1.06 KB
/
example.cfg
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
[
{
"BackupRepositoryFolder": "ButterBackupRepository",
"Compression": "zstd:15",
"UUID": "UUID der Festplatte wie in /dev/disk/by-uuid/ angegeben.",
"DevicePassCmd": "gpg --decrypt /pfad/zu/mein-kostbares-password",
"Folders": {
"/home/mmustermann/Downloads": "Downloads",
"/home/mmustermann/Videos/Privat": "Private-Videos",
"/shared/Bilder": "Bilder"
},
"Files": ["/etc/fstab"],
"FilesDest": "Einzeldateien"
},
{
"BackupRepositoryFolder": "ResticBackupRepository",
"ExcludePatternsFile": "~/.config/backup-exclude-patterns",
"UUID": "Noch eine UUID wie in /dev/disk/by-uuid/.",
"DevicePassCmd": "gpg --decrypt /pfad/zu/supersicheres-pwt",
"RepositoryPassCmd": "gpg --decrypt /pfad/zu/supersicheres-pwt-repo",
"FilesAndFolders": [
"/home/mmustermann/Downloads",
"/home/mmustermann/Videos/Privat",
"/shared/Bilder",
"/etc/fstab",
"~/.config/butter-backup.cfg"
]
}
]