this post was submitted on 13 Jun 2023
7 points (100.0% liked)
Android
441 readers
1 users here now
A place to discuss anything related to Android or Android adjacent.
INFO:
-
No attacking others based on their phone preferences. Criticizing OEMs/devices is allowed. Attacking users because a different brand/device works for them isn't.
-
Obvious spam will be removed.
-
Anything directly or indirectly related to Android is allowed.
Check Out Our Partner Communities:
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I selfhost a Nextcloud server at home, and use its "auto upload" functionality to automatically upload my photos and videos as I take them.
I have that server automatically backed up (in encrypted format) nightly to an Amazon S3 bucket and then to an external hard drive once a month.
That's pretty interesting. I've thought of setting up a Nextcloud but it didn't ocurr to me it could help out with this.
About your S3 backup strategy, I have a couple of questions, if you don't mind:
Do you essentially just make an encrypted .zip or .tgz of your whole NC instance and upload it straight? Or do you have some kind of delta updating
What S3 tier do you use? Intelligent-Tiering or something else?
I actually have the files stored in a pool on a TrueNAS machine, which handles the backup process for me in an automated fashion. I have it set to do ZFS snapshots and ship those.
I used IA tiered storage for a long time; Though I actually moved to Wasabi recently, as it's cheaper. It's just easier to say S3 because people recognize it lol.