Add no sync snap
This commit is contained in:
parent
c5e4a4da5c
commit
14281df401
1 changed files with 3 additions and 3 deletions
|
|
@ -183,20 +183,20 @@
|
||||||
#user = "backup";
|
#user = "backup";
|
||||||
sshKey = config.sops.secrets.syncoidSshKey.path;
|
sshKey = config.sops.secrets.syncoidSshKey.path;
|
||||||
commonArgs = [
|
commonArgs = [
|
||||||
#"--no-sync-snap"
|
"--no-sync-snap"
|
||||||
#"--sshoption=StrictHostKeyChecking=off"
|
#"--sshoption=StrictHostKeyChecking=off"
|
||||||
"--sshoption=UserKnownHostsFile=${config.sops.secrets.zimaKnownHosts.path}"
|
"--sshoption=UserKnownHostsFile=${config.sops.secrets.zimaKnownHosts.path}"
|
||||||
"--sshoption=IdentitiesOnly=yes"
|
"--sshoption=IdentitiesOnly=yes"
|
||||||
];
|
];
|
||||||
localTargetAllow = [
|
localTargetAllow = [
|
||||||
"change-key"
|
#"change-key" # only for encrypted datasets
|
||||||
"compression"
|
"compression"
|
||||||
"create"
|
"create"
|
||||||
"mount"
|
"mount"
|
||||||
"mountpoint"
|
"mountpoint"
|
||||||
"receive"
|
"receive"
|
||||||
"rollback"
|
"rollback"
|
||||||
"delete"
|
#"destroy"
|
||||||
];
|
];
|
||||||
commands."zima-bitrot" = {
|
commands."zima-bitrot" = {
|
||||||
source = "root@zima:bitrot";
|
source = "root@zima:bitrot";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue