aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpull.sh3
-rwxr-xr-xpush.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/pull.sh b/pull.sh
new file mode 100755
index 0000000..055435e
--- /dev/null
+++ b/pull.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+rsync -rvz "vps:~/small-web-data/*" ./
diff --git a/push.sh b/push.sh
new file mode 100755
index 0000000..43e4153
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+rsync -rvz ./* vps:~/small-web-data/