Created
May 7, 2021 18:21
-
-
Save miaoles/e3a87263820f60423c6b913f68c6d75c to your computer and use it in GitHub Desktop.
CCM
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 zvf /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