# 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") ```