Problem ======= * Icon cache just takes up space in the resulting backup Solution ======== * Remove it from the backup
17 lines
389 B
Markdown
17 lines
389 B
Markdown
## Backup Scripts
|
|
|
|
### Requirements
|
|
|
|
* systemd
|
|
* [AWS client](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
|
|
* python3
|
|
* docopt
|
|
* [pgdump-sort](https://github.com/tigra564/pgdump-sort) (Bundled)
|
|
|
|
### Install
|
|
|
|
* Run `aws configure`
|
|
* Symlink unit files to `/etc/systemd/system`
|
|
* Run `systemctl enable` on units and slices
|
|
* Run `systemctl start` on timers
|