diff options
| author | Max Bossing <info@maxbossing.de> | 2025-10-05 02:30:05 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-10-05 02:30:05 +0200 | 
| commit | a8c5788d615a572cae5802d63cfec28bbae7a1af (patch) | |
| tree | 933194f5d91d3710d3588d6afba3ac96f7462998 /scripts/rollover/README | |
| parent | 96b5b9dbd60e1a6bb4a1b10d7cd7954d5a49ad68 (diff) | |
Diffstat (limited to 'scripts/rollover/README')
| -rw-r--r-- | scripts/rollover/README | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/scripts/rollover/README b/scripts/rollover/README new file mode 100644 index 0000000..fd2dd08 --- /dev/null +++ b/scripts/rollover/README @@ -0,0 +1,10 @@ +# backup.sh  + +This rolls over a weeks worth of backups made by the backup script and refiles them under the Week number + +1. Drop this script in your home and make it executable. +3. For every thing you want to backup, create a bash script that sets the REMOTE_LOCATION and BACKUP_DIR variable. +3. Add a new cron job like this `@weekly BASH_ENV=$HOME/environment.sh $HOME/rollover.sh >> $HOME/rollover.log`. + + +License: It's like 10 lines bro. MIT if you must. | 
