Fix paths in backup script.

(imported from commit 44a179c62590b646bd9437adbf8601c41717d07c)
This commit is contained in:
Tim Abbott
2014-01-24 13:56:32 -05:00
parent 62435e167f
commit d7c274fcfa

View File

@@ -20,7 +20,7 @@ function commit {
git repack -da
}
cd ../message_logs
cd message_logs
for h in staging.zulip.net prod0.zulip.net; do
rsync -v zulip@$h:logs/event_log/events.* .
done