diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/vidhar/pgbackrest/default.nix | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/hosts/vidhar/pgbackrest/default.nix b/hosts/vidhar/pgbackrest/default.nix index 1e0828ce..39f3f5e5 100644 --- a/hosts/vidhar/pgbackrest/default.nix +++ b/hosts/vidhar/pgbackrest/default.nix | |||
| @@ -112,21 +112,21 @@ in { | |||
| 112 | timerConfig.OnCalendar = "daily Europe/Berlin"; | 112 | timerConfig.OnCalendar = "daily Europe/Berlin"; |
| 113 | }; | 113 | }; |
| 114 | 114 | ||
| 115 | backups."srv01.uniworx.de-daily" = { | 115 | # backups."srv01.uniworx.de-daily" = { |
| 116 | stanza = "srv01.uniworx.de"; | 116 | # stanza = "srv01.uniworx.de"; |
| 117 | repo = "2"; | 117 | # repo = "2"; |
| 118 | user = "pgbackrest"; | 118 | # user = "pgbackrest"; |
| 119 | group = "pgbackrest"; | 119 | # group = "pgbackrest"; |
| 120 | timerConfig.OnCalendar = "daily Europe/Berlin"; | 120 | # timerConfig.OnCalendar = "daily Europe/Berlin"; |
| 121 | }; | 121 | # }; |
| 122 | 122 | ||
| 123 | backups."srv02.uniworx.de-daily" = { | 123 | # backups."srv02.uniworx.de-daily" = { |
| 124 | stanza = "srv02.uniworx.de"; | 124 | # stanza = "srv02.uniworx.de"; |
| 125 | repo = "2"; | 125 | # repo = "2"; |
| 126 | user = "pgbackrest"; | 126 | # user = "pgbackrest"; |
| 127 | group = "pgbackrest"; | 127 | # group = "pgbackrest"; |
| 128 | timerConfig.OnCalendar = "daily Europe/Berlin"; | 128 | # timerConfig.OnCalendar = "daily Europe/Berlin"; |
| 129 | }; | 129 | # }; |
| 130 | }; | 130 | }; |
| 131 | 131 | ||
| 132 | systemd.tmpfiles.rules = [ | 132 | systemd.tmpfiles.rules = [ |
