diff --git a/.gitignore b/.gitignore index 3161b16..38494d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # emacs backups *~ +\#*\# diff --git a/README.md b/README.md index fd86efd..a284af3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # cosmicvoage-backup -A simple script to backup the cosmic voyage files dir to a dir in the home dir - +A simple script to backup the cosmic voyage files dir to a dir in the home dir + +To use the script, either run in manually or put it into your crontab + +$ crontab -e + +0 1 * * * $HOME/bin/backup_cosmicvoyage +