changed verbosity to warn

pull/21/head
toastie89 2019-02-20 13:17:48 +01:00 zatwierdzone przez GitHub
rodzic 5fa4696dbc
commit ddfcceec5b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ Where you need to create crontab.txt and your borgmatic config.yml
#### crontab.txt example
In this file set the time you wish for your backups to take place default is 1am every day. In here you can add any other tasks you want ran
```
0 1 * * * PATH=$PATH:/usr/bin /usr/bin/borgmatic -c /config -v 1 2>&1
0 1 * * * PATH=$PATH:/usr/bin /usr/bin/borgmatic -c /config -v 0 2>&1
```
#### /cache
A non volatile place to store the borg chunk cache