Recording a quick test of Vault.

download vault executable and move to /us...

Continue reading...

Recording my test running AWS CLI in a docker image.

## get a base ubuntu image

# docker pull ubu...

Continue reading...

Just for my reference my quick and dirty Windows backup script for restic. I left some of the rclone...

Continue reading...

My test to recover an Ubuntu server OS from a backup.

Note the following:

  • I used Ubuntu 20...

Continue reading...

My experiment to:

  • create an Ubuntu 20.04 (not final release as of Feb 20) server in Virtualb...

Continue reading...

Regex to search a whole file and if the line contains the search word, add beginning and ending quot...

Continue reading...

Capturing a couple formulas for future reference. I was using restic backup stats and wanted to conv...

Continue reading...

Couple of things here:

  • I wanted to do some restic scripts
  • At the same time use a configuration...

Continue reading...

As you know bash is not ideal with multi arrays. Frequently I find myself wanting to read something...

Continue reading...

If you find yourself relying on restic using rclone to talk to non-default regions you may want to c...

Continue reading...

Also see previous post https://blog.ls-al.com/bash-date-usage-for-naming if you are interested. Th...

Continue reading...

I was trying to schedule a once a week snapshot of a EBS volume and getting "Parameter ScheduleExpr...

Continue reading...

Some bash snippets of using --query, jq and interacting with Bash to manipulate into variables.

Co...

Continue reading...

Restic shows details of a snapshot. Sometimes you want that to be CSV but the json output for paths,...

Continue reading...