aboutsummaryrefslogtreecommitdiff
path: root/scripts/rollover/README
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rollover/README')
-rw-r--r--scripts/rollover/README10
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.