Bash alias inside a script
If you need to use an alias inside a script you need this: shopt -s expand_aliases source ~/.bash_aliases I recently
Read moreIf you need to use an alias inside a script you need this: shopt -s expand_aliases source ~/.bash_aliases I recently
Read morehttps://github.com/oracle/oci-python-sdk/blob/master/examples/kms_example.py https://www.ateam-oracle.com/secure-way-of-managing-secrets-in-oci assume oci cli working test an old cli script to list buckets $ ./list_buckets.sh { “data”: [ { “compartment-id”:
Read moreIf you find yourself relying on restic using rclone to talk to non-default regions you may want to check out
Read moreSome bash snippets of using –query, jq and interacting with Bash to manipulate into variables. Collect boot volume’s id Collect
Read moreI am jotting down some recent work on scripting restic and also using restic’s json output with jq and mc
Read moreIt seems that after some time went by the S3 compatible object storage OCI interface can now work with restic
Read moreAt this point I prefer using restic for my object storage backup needs but since I did a POC for
Read moreI have been playing around with some options to utilize Object Storage for backups. Since I am working on Oracle
Read moreI am testing rclone to the Oracle Cloud Interface object storage and recording what worked for me. Note I could
Read moreI am converting some scripts to python3 and noticed the pip modules in use for python2 need to be added
Read more