My backup script in Mac/Linux#!/bin/sh# This script backs up a set of files and directories incrementally,# storing only the modified files in a folder-per-day basis. Each time# you run it, the "current" directory in the backup server gets# refreshed to the newest copy, and the previous version of a modified# file is stored in a directory corresponding to "today" (20090905,# for instance)# Root