Don't backup new volumes to old location
This commit is contained in:
parent
9895b806fc
commit
c57072ddda
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
name = "borgmatic-config.yaml";
|
||||
|
||||
text = lib.generators.toYAML {} {
|
||||
source_directories = ["/mnt/longhorn/persistent/longhorn-backup" "/mnt/longhorn/persistent/volumes"];
|
||||
source_directories = ["/mnt/longhorn/persistent/longhorn-backup"];
|
||||
|
||||
repositories = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue