groups

name language licence
start ushare bash Other
Uninstall Apache2 bash Other
Distro release information bash GPL 2
CRIBBS -- Cron Rsync Incremental Backup Bash Script bash Other
apt-get upgrade bash GPL 2
apt-get update bash GPL 2
rsync partial progress bash Other
If Theme Exists bash Other

< 1 2 >



language: bash
licence: Other

CRIBBS -- Cron Rsync Incremental Backup Bash Script

options: view full snippetsend to code collector
#!/bin/bash

#######################################################
# CRIBBS -- Cron Rsync Incremental Backup Bash Script #
# AUTHOR: Adam Merrifield <http://adam.merrifield.ca> #
#			(and countless sources from the web)      #
# DATE: 05-26-11 23:17                                #
# VERSION: 1.0.0                                      #
#######################################################

##################
## INSTRUCTIONS ##
##################

# You'll need:
	
(Continues...)