I’ve been meaning to try Syncthing for a while now, earlier I’ve had a good experience with it. I am trying to know if it’s possible for me to have something like this:
- Phone → Syncthing Server → S3 Buckets (if possible, with Restic)
- After X days, those synced media files are automatically deleted on phone
Currently, I have a good backup automation setup for remote servers using Ansible + Restic + Rclone + Gitea Act Runner which dumps files to various S3 buckets. But my phone’s backup workflow is broken, earlier I used to do copy the files to laptop and then run restic backup to S3 buckets, but that had grown a lot and slowly I couldn’t keep up with 300 GBs files, had to delete original files, so now I am also seeing how can I backup my phone media files, and have incremental backups using restic.
Would love to know your guys setup for taking backups for media files from mobile devices.