cosmicvoyage-backup/README.md

11 lines
238 B
Markdown
Raw Permalink Normal View History

2023-01-23 17:13:32 +00:00
# cosmicvoyage-backup
2023-01-23 11:37:23 +00:00
2023-01-23 12:10:36 +00:00
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
2023-01-23 14:35:41 +00:00
$ crontab -e
2023-01-23 12:10:36 +00:00
2023-01-23 14:35:41 +00:00
0 1 * * * $HOME/bin/backup_cosmicvoyage
2023-01-23 12:10:36 +00:00