mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +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
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user