If you are used to the way how easy rclone updates with a one-liner then this may help with restic a...

Continue reading...

At this point I prefer using restic for my object storage backup needs but since I did a POC for dup...

Continue reading...

I have been playing around with some options to utilize Object Storage for backups. Since I am worki...

Continue reading...

I am recording some scripting I used to create backup classification/retention naming. It can be sim...

Continue reading...

Sometimes using curl and uploading/downloading with an object storage back end will work just fine b...

Continue reading...

Sometimes you need to test a protocol and only have SSH access through a bastion host. You can displ...

Continue reading...

I recently migrated a LAMP server from Amazon Linux to an Amazon Linux 2 image. Several reasons for...

Continue reading...

Sometimes you need to use settings from the ssh config file or in my case a custom config file. Here...

Continue reading...

Of course the best route to extend a root volume in an unmounted state is to boot of a Live CD. In s...

Continue reading...

I recently used Borg for protecting some critical files and jotting down some notes here.

Borg exi...

Continue reading...

I am testing rclone to the Oracle Cloud Interface object storage and recording what worked for me.

...

Continue reading...

If you removed a disk from a server and forgot to cleanly remove the configuration you may experienc...

Continue reading...

You may ask why and the answer is just sometimes you have to do stupid things.

bastion == jump hos...

Continue reading...

I am converting some scripts to python3 and noticed the pip modules in use for python2 need to be ad...

Continue reading...

Sometimes you need more than a bastion for reaching your cloud resources. Bastions are great for SSH...

Continue reading...