Skip to content

Instantly share code, notes, and snippets.

@jetstreamin
Created March 5, 2019 10:46
Show Gist options
  • Save jetstreamin/fdb3e328bbccd5b4e535b65f163b3e68 to your computer and use it in GitHub Desktop.
Save jetstreamin/fdb3e328bbccd5b4e535b65f163b3e68 to your computer and use it in GitHub Desktop.
backup.sh - simple backup script for bash
#!/bin/bash
OF=/var/my-backup-$(date +%Y%m%d).tgz
tar -cZf $OF /home/me/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment