Bash Read Json Config File
Couple of things here: I wanted to do some restic scripts At the same time use a configuration file. The
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Couple 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 was trying to schedule a once a week snapshot of a EBS volume and getting “Parameter ScheduleExpression is not
Read MoreSome bash snippets of using –query, jq and interacting with Bash to manipulate into variables. Collect boot volume’s id Collect
Read MoreRestic shows details of a snapshot. Sometimes you want that to be CSV but the json output for paths, excludes
Read MoreAs explained on the website “unique and rotated local super user or administrator passwords for environments where it is not
Read MoreMy notes of a quick drdb test… The Distributed Replicated Block Device (DRBD) provides a networked version of data mirroring,
Read More