Changeset 492
- Timestamp:
- 05/08/08 11:50:55 (4 months ago)
- Files:
-
- cdd-utils/trunk/bin/rdiff-backup-wrapper (added)
- cdd-utils/trunk/cdd-config (modified) (1 diff)
- cdd-utils/trunk/debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/cdd-config
r491 r492 915 915 } 916 916 917 # Schedule a daily backup of the data on a local partition using 918 # the rdiff-backup-wrapper 919 backup () { 920 partition=$1 # Path to the backup device 921 if nullstr $partition; then warning "No partition given"; return; fi 922 cfg=/etc/cron.daily/backup 923 cat <<EOF > $cfg 924 #!/bin/sh -e 925 926 rdiff-backup-wrapper $partition 927 EOF 928 929 chmod 755 $cfg 930 931 } 932 917 933 # Configure Dnsmasq to act as integrated DNS/DHCP server, which 918 934 # automatically updates the zone info when assigning addresses cdd-utils/trunk/debian/changelog
r490 r492 9 9 * Set trinity APT 10 10 * Added support for dnsmasq 11 * Added support for daily backups 11 12 12 13 -- Free Ekanayaka <free@64studio.com> Sun, 27 Apr 2008 18:24:52 +0200
