Backs up radarr, sonarr, lidarr, prowlarr and bazarr and syncs them to a cloud storage provider every 24 hours.
-
Clone the repository to
/opt/
-
Install rclone, a command line tool to manage files on cloud storage
-
Conigure rclone to sync backup files with your cloud storage provider of choice
-
Run
sudo crontab -e
and add one of the following options to create a cronjob that runs the backup once a day and pipes log output to a log fileBackup all services
0 0 * * * /opt/servarr-backup/sync.sh -a >> /var/log/servarr-backup.log 2>&1
-
Run the following command to give all users execution rights to the script.
sudo chmod +x /opt/servarr-backup/sync.sh
- servarr docs: https://wiki.servarr.com/