commit 1418a208515a77639ab1b8e85b2d679d764f19f1 parent 7d5948f5671da27f3cbfaaac28d70273b314beae author: nathanael <nathanael@dalliard.ch> date: Wed, 3 Dec 2025 15:39:22 +0000 s0: up sync diffstat:
| M | s0/dotfiles/bin/sync | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/s0/dotfiles/bin/sync b/s0/dotfiles/bin/sync @@ -1,9 +1,9 @@ #!/bin/sh -e for host in s1 s2; do - openrsync --rsync-path='doas openrsync' -a --del \ - $host:/home ~/backups/$host/ - openrsync --exclude prv -a --del \ - ~/backups/$host/ w1:backups/$host/ 2>&1 | + openrsync --rsync-path='doas openrsync' -av --del \ + $host:/home ~/sync/$host/ + openrsync --exclude prv -av --del \ + ~/sync/$host/ w1:backups/$host/ 2>&1 | grep -v 'skipping excluded file' || true done -openrsync -a ~/backups/s0/ w1:backups/s0/ +openrsync -av ~/sync/s0/ w1:backups/s0/