Created
March 29, 2013 18:22
-
-
Save jeffreyiacono/5272579 to your computer and use it in GitHub Desktop.
bak - CLI to easily backup files and directories
This file contains 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
# quick and easy backuping | |
# put int ~/src/bak | |
cp -r "$1" "$1.bak" |
This file contains 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
# run this to make this a commandline util | |
$ ln -s ~/src/bak/bak.sh ~/bin/bak |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment