1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
##################################################
# Autobackup Configuration File Template
##################################################
# Please, enter your SGE_ROOT here (mandatory)
SGE_ROOT=""
# Please, enter your SGE_CELL here (mandatory)
SGE_CELL=""
# Please, enter your Backup Directory here
# After backup you will find your backup files here (mandatory)
# The autobackup will add a time /date combination to this dirname
# to prevent an overwriting!
BACKUP_DIR=""
# Please, enter true to get a tar/gz package
# and false to copy the files only (mandatory)
TAR="true"
# Please, enter the backup file name here. (mandatory)
BACKUP_FILE="backup.tar"
|