mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
Fix paths in backup script.
(imported from commit 44a179c62590b646bd9437adbf8601c41717d07c)
This commit is contained in:
@@ -20,7 +20,7 @@ function commit {
|
|||||||
git repack -da
|
git repack -da
|
||||||
}
|
}
|
||||||
|
|
||||||
cd ../message_logs
|
cd message_logs
|
||||||
for h in staging.zulip.net prod0.zulip.net; do
|
for h in staging.zulip.net prod0.zulip.net; do
|
||||||
rsync -v zulip@$h:logs/event_log/events.* .
|
rsync -v zulip@$h:logs/event_log/events.* .
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user