Skip to content

Instantly share code, notes, and snippets.

@miaoles
Created May 7, 2021 20:00
Show Gist options
  • Save miaoles/be8f216a2d725e8d4b8ffeb68f779969 to your computer and use it in GitHub Desktop.
Save miaoles/be8f216a2d725e8d4b8ffeb68f779969 to your computer and use it in GitHub Desktop.
#!/bin/bash
CURRENTDATE=$(date +"%m-%d-%Y")
sudo mkdir /home/miles/backup/$CURRENTDATE
sudo tar czf /home/miles/backup/$CURRENTDATE/backup.tar.gz /home/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment