From bfb835d79a0077acdc453a599015ffe6fdc56b59 Mon Sep 17 00:00:00 2001 From: fichince Date: Wed, 13 May 2026 14:53:21 -0400 Subject: [PATCH] Justfile for rsyncing --- Justfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..70827b4 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +sync: + rsync --exclude .git -avz --del . rosebook.local:/home/albert/selfhost \ No newline at end of file