From a399e598e075a09df2243c2c36011a70bd32f96e Mon Sep 17 00:00:00 2001
From: Pirate Praveen <praveen@debian.org>
Date: Thu, 26 Nov 2020 15:12:27 +0530
Subject: [PATCH] Add more sync scripts

---
 sync-diaspora-buster       | 1 +
 sync-diaspora-stretch      | 1 +
 sync-from-gitlab-snapshots | 1 +
 3 files changed, 3 insertions(+)
 create mode 100755 sync-diaspora-buster
 create mode 100755 sync-diaspora-stretch
 create mode 100755 sync-from-gitlab-snapshots

diff --git a/sync-diaspora-buster b/sync-diaspora-buster
new file mode 100755
index 0000000..f474766
--- /dev/null
+++ b/sync-diaspora-buster
@@ -0,0 +1 @@
+rsync -av --progress --inplace --delete . people.debian.org:public_html/diaspora-buster/ 
diff --git a/sync-diaspora-stretch b/sync-diaspora-stretch
new file mode 100755
index 0000000..903fa19
--- /dev/null
+++ b/sync-diaspora-stretch
@@ -0,0 +1 @@
+rsync -av --progress --inplace --delete . people.debian.org:public_html/diaspora-stretch/ 
diff --git a/sync-from-gitlab-snapshots b/sync-from-gitlab-snapshots
new file mode 100755
index 0000000..058d749
--- /dev/null
+++ b/sync-from-gitlab-snapshots
@@ -0,0 +1 @@
+rsync -av --progress --inplace --delete people.debian.org:public_html/gitlab-snapshots/ .
-- 
GitLab