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