Use /naspool ZFS dataset

This commit is contained in:
Jeffrey Serio 2024-11-27 22:56:32 -06:00
parent 1cece9db2e
commit c01e424c4c
2 changed files with 5 additions and 2 deletions

View File

@ -52,9 +52,12 @@ if __name__ == "__main__":
remotes = [ remotes = [
( (
"root@hyperreal.coffee:/srv/borgbackup/hyperreal/", "root@hyperreal.coffee:/srv/borgbackup/hyperreal/",
"/mnt/borgbackup/hyperreal", "/naspool/borgbackup/hyperreal",
),
(
"root@hyperreal.coffee:/home/mastodon/live/public/system/",
"/naspool/mastodata",
), ),
("root@hyperreal.coffee:/home/mastodon/live/public/system/", "/mnt/mastodata"),
] ]
for remote in remotes: for remote in remotes: