aboutsummaryrefslogtreecommitdiffstats
path: root/annual/2025/sync
diff options
context:
space:
mode:
authorStian Rødven-Eide <stian@fripost.org>2025-05-30 19:35:28 +0200
committerStian Rødven-Eide <stian@fripost.org>2025-05-30 19:35:28 +0200
commit6e55edbcb5cae09245b29d84275a12397f86aa03 (patch)
treeda43a9a4b2bb7c6200e1d815af844b5b21088926 /annual/2025/sync
parentb520bb4d9182b5b25e8b5cb0835c9e563814b87d (diff)
added annual 2025
Diffstat (limited to 'annual/2025/sync')
-rwxr-xr-xannual/2025/sync18
1 files changed, 18 insertions, 0 deletions
diff --git a/annual/2025/sync b/annual/2025/sync
new file mode 100755
index 0000000..da7b734
--- /dev/null
+++ b/annual/2025/sync
@@ -0,0 +1,18 @@
+#!/usr/bin/env bash
+
+# Sync a set of sources with a Git repository target. Set target
+# directory where the repository is found. Make sure that all pahts are
+# absolute !!!
+
+mv ${0##*/} ${XDG_RUNTIME_DIR}/
+
+TRG="$HOME/git/fripost/meetings/annual/2024"
+SRC="$HOME/cloud-fripost/fripost/årsmöte"
+
+echo ${0##*/}: I: ${SRC} ${TRG} 1>&2
+
+rsync -a --delete -P ${SRC}/ ${TRG}/ \
+ | grep -iv "^sending"
+git -C ${TRG} status --short --branch
+
+mv ${XDG_RUNTIME_DIR}/${0##*/} .