Simple script that uses Rclone to backup your important files to cloud service.
This script was previously meant for backing up Pi-hole installation but it is universal now.
wget -O - https://raw.githubusercontent.com/henosch/rclone-backup/master/install.sh | sudo bash
You must add Rclone remote called remote
to /etc/rclone-backup/rclone.conf
- sudo rclone config --config /etc/rclone-backup/rclone.conf
.
Filtering rules are in /etc/rclone-backup/backup.list
- see here for more information.
Any arguments passed to rclone-backup
are passed to rclone
command line!
Up to date as of Pi-hole v5.2.4.