diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/backup.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/backup.nix b/modules/backup.nix index 37f8e67..de1fcdd 100644 --- a/modules/backup.nix +++ b/modules/backup.nix @@ -159,6 +159,7 @@ let ${local.rsync} >&2 \ -aAX --delete \ --filter='dir-merge /.backup-filter' \ + --filter='dir-merge /.backup-filter.'${shell.escape plan.dst.host.name} \ --rsh=${shell.escape ssh} \ --rsync-path=${shell.escape remote.rsync} \ --link-dest=${shell.escape plan.dst.path}/current \ @@ -194,6 +195,7 @@ let rsync >&2 \ -aAX --delete \ --filter='dir-merge /.backup-filter' \ + --filter='dir-merge /.backup-filter.'${shell.escape plan.dst.host.name} \ --link-dest="$dst_path/current" \ "$dst_path/current/" \ "$dst_path/$ns/.partial.$name" |
