# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 19
# self = https://watcher.sour.is/conv/xa73jea
QOTD: How do you back up your files?
@mckinley restic
@mckinley restic
@mckinley restic
@mckinley I made a write-up here: gopher://uninformativ.de/0/phlog/2023-05/2023-05-31--backups.txt
@mckinley I made a write-up here: gopher://uninformativ.de/0/phlog/2023-05/2023-05-31--backups.txt
@mckinley I made a write-up here: gopher://uninformativ.de/0/phlog/2023-05/2023-05-31--backups.txt
@movq Thank you, I'll have to follow your phlog's Atom feed. I see you're using tag URIs, nice. :)

That looks like a good system. Simple and effective. I ask because my current backup system is lacking and I'd like to do something about that. I don't want to use cloud storage, so I'll be moving hard drives around. I'm just not sure on what to do on the software side.

Solutions like Restic and Borg have many advantages, but the disadvantage is that your data is confined to that particular tool. I think I'm willing to make that trade to have snapshots, compression, deduplication, etc. I'm just on the fence about which one I should use.

@prologic, why did you choose Restic? How do you like it so far? If you've had to restore from the backup, what was that like?
@movq Thank you, I'll have to follow your phlog's Atom feed. I see you're using tag URIs, nice. :)

That looks like a good system. Simple and effective. I ask because my current backup system is lacking and I'd like to do something about that. I don't want to use cloud storage, so I'll be moving hard drives around. I'm just not sure on what to do on the software side.

Solutions like Restic and Borg have many advantages, but the disadvantage is that your data is confined to that particular tool. I think I'm willing to make that trade to have snapshots, compression, deduplication, etc. I'm just on the fence about which one I should use.

@prologic, why did you choose Restic? How do you like it so far? If you've had to restore from the backup, what was that like?
@mckinley NextCloud on a Raspberry Pi
@mckinley ninja backup and Borg
@mckinley ninja backup and Borg
@mckinley backintime for my desktop and work files. A combination of rsync, zfs snapshots, and redundancy for "at rest" type things.
Follow-up question for you guys: Where do you backup your files to? Anything besides the local NAS?
Follow-up question for you guys: Where do you backup your files to? Anything besides the local NAS?
Follow-up question for you guys: Where do you backup your files to? Anything besides the local NAS?
@mckinley I use spideroak backup, and switched from selfhosted nextcloud to proton drive.
@movq I clone the important stuff on two separate clusters, but both are in my house. One of these days I'm planning to ask my brother to put a server of mine in his house, and then we can cross-clone for offsite backups that don't require the cloud.
Most stuff is in git. I just need a good solution for my photos and music. Maybe at the weekend I have a look at unison.