mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2025-01-18 07:43:44 +01:00
Use /naspool ZFS dataset
This commit is contained in:
parent
1cece9db2e
commit
c01e424c4c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user