From 9ff331fca78da9595a468aff64f3abf636acee27 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 26 Jan 2022 02:37:23 +0200 Subject: [PATCH] Updated Repair MongoDB (markdown) --- Repair-MongoDB.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Repair-MongoDB.md b/Repair-MongoDB.md index f3e3b0d..ab693f0 100644 --- a/Repair-MongoDB.md +++ b/Repair-MongoDB.md @@ -114,13 +114,13 @@ rm -rf dump mongodump exit docker cp wekan-db:/data/dump . -zip -r wekan-backup-2022-01-01.zip dump +zip -r wekan-backup-YEAR-MONTH-DATE-TIME-HERE.zip dump ``` -Now backup is at wekan-backup-2022-01-01.zip file. +Now backup is at wekan-backup-YEAR-MONTH-DATE-TIME-HERE.zip file. 22. At your local computer terminal (not at UCS server), transfer file to your local computer with scp: ``` -scp root@192.168.0.100:/root/wekan-backup-2022-01-01.zip . +scp root@192.168.0.100:/root/wekan-backup-YEAR-MONTH-DATE-TIME-HERE.zip . ``` 23. Copy backup to external USB harddrive, change YEAR-MONTH-DATE-TIME-HERE to current date and time: ```