Update 'README.md'

This commit is contained in:
2019-12-04 18:39:41 -05:00
parent 85bfd72902
commit 8cdd1b2433

View File

@@ -15,24 +15,26 @@ duplicacy init <hostname> sftp://duplicacy@gauntnas.home.johnhgaunt.com//mnt/dat
#### GauntBitwarden
```
FOLDERS_TO_BACKUP=("/opt/bitwarden")
i:opt/bitwarden/.*
```
#### GauntNAS
```
i:etc/.*
i:etc/version
i:data/.*
i:root/.*
```
#### GauntPlex
```
FOLDERS_TO_BACKUP=("/etc" "/root" "/var/lib/plexmediaserver")
i:etc/.*
i:root/.*
i:var/lib/plexmediaserver/.*
```
#### GauntRouter
```
FOLDERS_TO_BACKUP=("/cf" "/root")
i:cf/.*
```