exclude media library from borg backups
This commit is contained in:
parent
cdcb7d93b9
commit
895e1365d9
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ let
|
||||||
label: nfs
|
label: nfs
|
||||||
- path: ssh://s6969ym3@s6969ym3.repo.borgbase.com/./repo
|
- path: ssh://s6969ym3@s6969ym3.repo.borgbase.com/./repo
|
||||||
label: ec2
|
label: ec2
|
||||||
|
exclude_patterns:
|
||||||
|
- ${cfg.snapshotLocation}/media
|
||||||
ssh_command: "${pkgs.openssh}/bin/ssh -i ${config.age.secrets."ec2_borg_server.pem".path} -o StrictHostKeychecking=no"
|
ssh_command: "${pkgs.openssh}/bin/ssh -i ${config.age.secrets."ec2_borg_server.pem".path} -o StrictHostKeychecking=no"
|
||||||
keep_daily: 7
|
keep_daily: 7
|
||||||
keep_weekly: 4
|
keep_weekly: 4
|
||||||
|
|
Loading…
Reference in a new issue