# 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 4
# self = https://watcher.sour.is/conv/bzrkbqq
@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 I liked restic because its portable and written in Go. It supports all the features I want/need, multiple storage backends/locations, snapshots, etc. I can easily verify data integrity as well. I haven't tried to restore from backups fully (only partially). The tools is just very well written and very easy to automate and work with.
@mckinley I liked restic because its portable and written in Go. It supports all the features I want/need, multiple storage backends/locations, snapshots, etc. I can easily verify data integrity as well. I haven't tried to restore from backups fully (only partially). The tools is just very well written and very easy to automate and work with.
@mckinley I liked restic because its portable and written in Go. It supports all the features I want/need, multiple storage backends/locations, snapshots, etc. I can easily verify data integrity as well. I haven't tried to restore from backups fully (only partially). The tools is just very well written and very easy to automate and work with.