18 lines
338 B
Nix
Executable File
18 lines
338 B
Nix
Executable File
{
|
|
borg-exclude = [
|
|
".cache"
|
|
".local/share/libvirt/images"
|
|
".local/share/Steam"
|
|
".local/share/Trash"
|
|
|
|
"Games/guild-wars/drive_c/Program Files/Guild Wars/Gw.dat"
|
|
"Games/guild-wars-second/drive_c/Program Files/Guild Wars/Gw.dat"
|
|
|
|
"Nextcloud"
|
|
"VirtualBox VMs"
|
|
"shared"
|
|
|
|
"docker/jellyfin/data"
|
|
];
|
|
}
|