18 lines
268 B
Markdown
18 lines
268 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")
|
|
```
|
|
|