Alex Perathoner

Results 71 comments of Alex Perathoner

I'd also suggest creating a cronjob that handles the backup automatically. Something like: ```sh #!/bin/bash BACKUP_DIR="backups"; PROJ_DIR="/volume2/docker/Watcharr/" # update this to the right location on your disk DIR_TO_BACKUP="/volume2/docker/Watcharr/container_data" # update...