Created
May 7, 2021 20:00
-
-
Save miaoles/be8f216a2d725e8d4b8ffeb68f779969 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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