Skip to content
Snippets Groups Projects
Commit 5c841e09 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add docs

parent 7c950a36
Branches
No related tags found
1 merge request!101Desktop notification
......@@ -44,3 +44,18 @@ $ cat /etc/cron.d/client-backup
7 18 * * 6 root /usr/local/bin/cronwrapper.sh 1440 /opt/imlbackup/client/prune.sh 'iml-backup-prune'
7 18 * * 0 root /usr/local/bin/cronwrapper.sh 1440 /opt/imlbackup/client/verify.sh 'iml-backup-verify'
```
## Desktop notification
If you don't run the backup on a server but on a client you can activate the desktop notification for a user that is logged in.
Set a variable `SUPER_USER=<USERNAME>` in your cron file.
Example:
```shell
$ cat /etc/cron.d/client-backup
SUPER_USER=axel
*/17 * * * root /usr/local/bin/cronwrapper.sh 1440 /opt/imlbackup/client/backup.sh 'iml-backup'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment