mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: switched to backing up everything
This commit is contained in:
parent
cc37578e6d
commit
36bcb891c7
1 changed files with 6 additions and 5 deletions
|
|
@ -17,11 +17,12 @@ in
|
||||||
location = backupPath;
|
location = backupPath;
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
startAt = "*-*-* 07:00:00";
|
startAt = "*-*-* 07:00:00";
|
||||||
databases = [
|
backupAll = true;
|
||||||
instances.mastodon.name
|
# databases = [
|
||||||
instances.forgejo.name
|
# instances.mastodon.name
|
||||||
instances.firefly-iii.name
|
# instances.forgejo.name
|
||||||
];
|
# instances.firefly-iii.name
|
||||||
|
# ];
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue