add to README.md
parent
18274ea63a
commit
01aaafddda
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue