aboutsummaryrefslogtreecommitdiffstats
path: root/restore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'restore.sh')
-rwxr-xr-xrestore.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/restore.sh b/restore.sh
index 59af3ab..bbd8f97 100755
--- a/restore.sh
+++ b/restore.sh
@@ -3,4 +3,5 @@
src="/srv/appdrift/bak"
dst="/srv/appdrift/rrd"
-rsync -av "$src" "$dst"
+#rsync -av "$src" "$dst"
+cp "$src"/* "$dst"