xref: /dragonfly/bin/cpdup/scripts/params (revision 36a3d1d6)
1# sourced by do* scripts
2#
3# do not include the BLAH/mirrors subdirectory when specifying the backup
4# path and the remote path.  The scripts will add it themselves, as a safety
5# feature.
6#
7# $DragonFly: src/bin/cpdup/scripts/params,v 1.1 2006/09/16 21:57:10 dillon Exp $
8set backup_nfs = "/nfs"
9set backup_path = "/backup"
10set remote_host = "OFF.SITE.HOST"
11set remote_path = "/backup"
12set cleaning_path = "$backup_path"
13