Skip to content

Instantly share code, notes, and snippets.

View psywhale's full-sized avatar
🏒
Building a TUI python with ORM via SQLAlchemy.

Brian Carpenter psywhale

🏒
Building a TUI python with ORM via SQLAlchemy.
View GitHub Profile
@psywhale
psywhale / backup.sh
Last active April 17, 2019 17:11
Backup script for my servers
#!/bin/bash
# Backup up Script
# by Brian Carpenter
#
#see bottom of file for 'main code'
D=`date +%F`
SERVER="test"