Restic find and list one file
Sometimes I just want to quickly look if one file exist in the latest snapshot and also see the size.
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Sometimes I just want to quickly look if one file exist in the latest snapshot and also see the size.
Read MoreJust for my reference my quick and dirty Windows backup script for restic. I left some of the rclone, jq
Read MoreMy test to recover an Ubuntu server OS from a backup. Note the following: I used Ubuntu 20.04 (focal) which
Read MoreCapturing a couple formulas for future reference. I was using restic backup stats and wanted to convert the time a
Read MoreCouple of things here: I wanted to do some restic scripts At the same time use a configuration file. The
Read MoreAs you know bash is not ideal with multi arrays. Frequently I find myself wanting to read something like json
Read MoreIn a follow up to previous post https://blog.ls-al.com/restic-create-backup-and-set-tag-with-date-logic here is some code I used to set tags on old snapshots
Read MoreIf you find yourself relying on restic using rclone to talk to non-default regions you may want to check out
Read MoreAlso see previous post https://blog.ls-al.com/bash-date-usage-for-naming if you are interested. This post is similar but more specific to restic tagging. Below
Read MoreI am jotting down some recent work on scripting restic and also using restic’s json output with jq and mc
Read More