add to README.md

master
Bryan 2020-11-08 12:46:13 -06:00
parent 18274ea63a
commit 01aaafddda
1 changed files with 18 additions and 12 deletions

View File

@ -7,10 +7,16 @@ Wrapper to simplify backups with borgbackup
Copy `config.example` to `config` Copy `config.example` to `config`
Edit `config with your settings` Edit `config with your settings`
Edit `systemd timer` files if you want to change backup timing Edit `systemd timer` files if you want to change backup timing
Follow instructions under Manual Installation to set up prerequisits for database dumps.
Run `./install` from borgwrapper directory Run `./install` from borgwrapper directory
Follow instructions under Manual Installation to set up prerequisits for database dumps. This will install borgwrapper and create a basic setup using one config file.
From there you can modify as you want.
* Create additional config files in `/etc/borgwrapper/`
* Change systemd timer file(s)
* Edit the log rotation
* Other
----- -----
# Manual Installation # Manual Installation