Skip to content

Instantly share code, notes, and snippets.

View jctmf's full-sized avatar
😍

João Carlos T. de Melo Filho jctmf

😍
  • Supptex Suporte e Tecnologia, Regalia Tecnologia
  • Recife-PE
  • 19:24 (UTC -03:00)
View GitHub Profile
@jctmf
jctmf / backup.sh
Created July 9, 2024 13:53 — forked from eyJhb/backup.sh
Simple script I use to backup my servers - uses PGP for encryption and SCP for uploading
#!/bin/bash
# Linux SCP Backup Script
# how it works
# -
#date string
d=$(date --iso)