I made a script to back up your seedbox with rclone

This is very specific to me honestly but someone else might find it useful
I use mergerfs and a local directory with my media in it. i also run websites on my seedbox and generally want to back up as many directories and configurations on my seedbox as possible.
i used to do this with cron jobs and shell scripts, but this is a lot easier.

https://github.com/dannymichel/rbaker

This does a few things:

  • moves your media files to your remote
  • backs up general directories to your remote
  • backs up all your mysql databases and moves it to your remote
1 Like