#!/bin/rc # 2015-09-26T13:10:58-0400 # NOTE: This is a piece of shit. Each of these backup instances used to be launched # as a separate cron job. Problem: Long-running jobs would sometimes still be running # when cron kicked off the next iteration. Simultaneous invocations of mkfs on the # same directory (note: seemed to) crashed the file system. Until a solution is found, # we'll use this script. rfork en boss=sl@9front.org log=/usr/sl/lib/backup rm -f $log # a12 - do these last, they may take forever to complete backup $urwerc/sites/img.stanleylieber.com $werc/sites/img.stanleylieber.com backup $urwerc/sites/notreally.info $werc/sites/notreally.info backup $urwerc/sites/bell-labs.co $werc/sites/bell-labs.com