removed repeating directory names

pull/23/head
toastie89 2019-03-03 22:45:50 +01:00 zatwierdzone przez GitHub
rodzic d66ac5c986
commit 4d197903b2
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

@ -9,7 +9,7 @@ It uses cron to run the backups at a time you can configure in `data/borgmatic.d
### Usage
To set your backup timing and configuration, you will need to modify crontab.txt and your borgmatic config.yml and mount these files into the /etc/borgmatic.d/ directory. When the container starts it creates the crontab from `data/borgmatic.d/crontab.txt` and starts crond.
To set your backup timing and configuration, you will need to modify `crontab.txt` and your borgmatic `config.yml` and mount these files into the `/etc/borgmatic.d/` directory. When the container starts it creates the crontab from `crontab.txt` and starts crond.
If using remote repositories mount your .ssh to /root/.ssh within the container