Skip to content
Snippets Groups Projects

Eliminate scheduler

Merged Hahn Axel (hahn) requested to merge eliminate-scheduler into master

Files

@@ -29,18 +29,18 @@ Below that one a directory for the service will be generated; inside that one th
The number of days how long to keep dumps locally.
Remark:
To make a database restore its dump must be located at this directory. To restore an older database you need to restore the dump from duplicity first.
To make a database restore its dump must be located at this directory.
If you have local Mysql daemon or Pgsql you can test it by starting
To restore an older database you need to restore the dump from the filke backup first.
If you have local Mysql daemon or Pgsql you can test it by starting
```
# dump all databases
sudo ./localdump.sh
```
```
# show written files
find /var/iml-backup
```
Loading