This repository has been archived on 2021-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
duplicacy-scripts-OLD/README.md
2019-12-04 16:33:51 -05:00

23 lines
354 B
Markdown

# duplicacy-scripts
These scripts are called usually with cron with something like the following
```
0 0 * * * /root/duplicacy.sh
```
#### GauntBitwarden
```
FOLDERS_TO_BACKUP=("/opt/bitwarden")
```
#### GauntNAS
```
FOLDERS_TO_BACKUP=("/etc" "/data" "/root")
```
#### GauntPlex
```
FOLDERS_TO_BACKUP=("/etc" "/data" "/var/lib/plexmediaserver")
```