Update 'README.md'

This commit is contained in:
2019-12-04 18:35:09 -05:00
parent c31e17d00d
commit bb711e5035

View File

@@ -5,6 +5,8 @@ These scripts are called usually with cron with something like the following
0 0 * * * /root/duplicacy.sh
```
### Filter file contents
#### GauntBitwarden
```
FOLDERS_TO_BACKUP=("/opt/bitwarden")
@@ -12,7 +14,9 @@ FOLDERS_TO_BACKUP=("/opt/bitwarden")
#### GauntNAS
```
FOLDERS_TO_BACKUP=("/etc" "/data" "/root")
i:etc/.*
i:data/.*
i:root/.*
```
#### GauntPlex