mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Backup (markdown)
parent
e7687c9a5c
commit
7325138527
1 changed files with 3 additions and 0 deletions
|
|
@ -300,8 +300,11 @@ This does backup of [Wekan+RocketChat snap databases](https://github.com/wekan/w
|
||||||
Please read [rclone docs](https://rclone.org/docs/) about how to configure saving to some remote server or cloud.
|
Please read [rclone docs](https://rclone.org/docs/) about how to configure saving to some remote server or cloud.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Change to root user
|
||||||
sudo su
|
sudo su
|
||||||
|
# Use nano editor for editing cron. If you don't have it installed, type: sudo apt install nano
|
||||||
export EDITOR=nano
|
export EDITOR=nano
|
||||||
|
# Editor cron
|
||||||
crontab -e
|
crontab -e
|
||||||
```
|
```
|
||||||
Backup every 15 minutes. Also set Wekan mail url manually once a day because of [bug](https://github.com/wekan/wekan-snap/issues/78).
|
Backup every 15 minutes. Also set Wekan mail url manually once a day because of [bug](https://github.com/wekan/wekan-snap/issues/78).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue