aboutsummaryrefslogtreecommitdiffstats
path: root/restore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'restore.sh')
-rw-r--r--restore.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/restore.sh b/restore.sh
new file mode 100644
index 0000000..59af3ab
--- /dev/null
+++ b/restore.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+src="/srv/appdrift/bak"
+dst="/srv/appdrift/rrd"
+
+rsync -av "$src" "$dst"