Skip to content

Tag Archives: example

rsync backup to a central backup server

31-Oct-09

rsync backup to a central backup server with 7 day incremental We can use – `date +%A-%D` in the script. $ echo `date +%A-%D` Saturday-10/31/09 #!/bin/sh # This script does personal backups to a rsync backup server. You will end up # with a 7 day rotating incremental backup. The incrementals will go # into [...]