Skip to content

Instantly share code, notes, and snippets.

@miaoles
Created May 7, 2021 18:21
Show Gist options
  • Save miaoles/e3a87263820f60423c6b913f68c6d75c to your computer and use it in GitHub Desktop.
Save miaoles/e3a87263820f60423c6b913f68c6d75c to your computer and use it in GitHub Desktop.
CCM
#!/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