From a9abe4bec14d4986e264a86095bd1b26112f73e3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 23 Jan 2023 12:10:36 +0000 Subject: [PATCH] update readme --- .gitignore | 1 + README.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 +