allow renaming borg backups
This commit is contained in:
parent
5419038e75
commit
790d62a58f
2 changed files with 4 additions and 1 deletions
|
@ -54,7 +54,7 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
users.users.borg.home = "/mnt/storage/backup";
|
||||
users.users.borg.home = backups;
|
||||
services.borgbackup.repos = {
|
||||
"metis" = {
|
||||
allowSubRepos = false;
|
||||
|
|
|
@ -74,6 +74,9 @@ in
|
|||
};
|
||||
compression = "auto,lz4";
|
||||
startAt = "daily";
|
||||
environment = {
|
||||
BORG_RELOCATED_REPO_ACCESS_IS_OK = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue