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:51:43 -05:00

29 lines
415 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" "/root" "/var/lib/plexmediaserver")
```
#### GauntRouter
```
FOLDERS_TO_BACKUP=("/cf" "/root")
```