zfs: Setup marabethia and elendel to send snapshots to each other
All checks were successful
Cachix / build (elendel) (push) Successful in 1m2s
Cachix / build (kholinar) (push) Successful in 2m0s
Cachix / build (lasting-integrity) (push) Successful in 1m25s
Cachix / build (marabethia) (push) Successful in 1m17s
Cachix / build (urithiru) (push) Successful in 1m17s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m2s
Cachix / build (kholinar) (push) Successful in 2m0s
Cachix / build (lasting-integrity) (push) Successful in 1m25s
Cachix / build (marabethia) (push) Successful in 1m17s
Cachix / build (urithiru) (push) Successful in 1m17s
This commit is contained in:
parent
866cc28f30
commit
0ea62ffa71
4 changed files with 34 additions and 0 deletions
|
@ -41,6 +41,14 @@
|
|||
nix.enableDirenv = true;
|
||||
zfs = {
|
||||
enable = true;
|
||||
backups = [
|
||||
{
|
||||
path = "zroot/safe/data";
|
||||
remotePath = "zroot/recv/elendel/safe/data";
|
||||
fast = true;
|
||||
location = "marabethia.vanpetegem.me";
|
||||
}
|
||||
];
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue