File: faubackup.cron.daily

package info (click to toggle)
faubackup 0.5.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 704 kB
  • ctags: 80
  • sloc: sh: 2,609; ansic: 926; makefile: 57
file content (14 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Sample faubackup script

faubackup=/usr/sbin/faubackup
[ -f $faubackup ] || exit 0

$faubackup --clean

# Add directories to backup here
# these will go to /backup or any fs you specify in /etc/faubackup.conf
#$faubackup /etc
#$faubackup /home
#$faubackup /var/lib
#$faubackup /usr/local