This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Taken from http://samba.anu.edu.au/rsync/examples.html | |
# This script does personal backups. You will end up with a 7 day | |
# rotating incremental backup. The incrementals will go into | |
# subdirectories named after the day of the week, and the | |
# current full backup goes into a directory called "current". | |
# directory to backup |