howdy

  • 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle














  • I do something similar with rclone. Most server software have some way of creating backups. Have that software create a backup and use rclone to move the file over to some cloud storage. Rclone also has the option to delete older stuff (rclone delete --min-age 7d). Do all that with a shell script and add it to the crontab.