J

JakobKofod.com

Send only one email if process stops
October 23, 2018 0

Bash: Only email once if service stops

Bash scripts / Linux / Tutorials

I needed a bash script that would only email me once if a process stopped on my linux box, so I put together a very simple, but effective script that:. . .

Read More
July 23, 2018 1

Automated restic backups to Google Drive mount

Backup / Linux / Tutorials

Introduction What is restic? restic is a backup utility written entirely in go. restic is a robust backup solution, known for it’s reliability. It supports remote incremental backups to SFTP,. . .

Read More