# SySBK 1.0 [[email protected]]
#
# NOTE: This file should be edited with word/line wrapping off,
# if your using pico please start it with the -w switch.
# (e.g: pico -w filename)
INT_FILE="$INSPATH/internals/internals.sysbk" # Path to internals file
DATE=`date +"%m-%d-%y"` # Set current date as a variable
IGNORE="$INSPATH/.ignore" # Path to ignore file [used internaly by sysbk]
IGNORE_STATIC="$INSPATH/.stignore" # Path to static ignore file [for omitting sites from backup]
QLOG="$INSPATH/status.log" # Path to sysbk log
TMP_FILE="/tmp/.sysbk$$" # Temporary path for variouse operations
TSTAMP=`date +"%D %H:%M:%S"` # time stamp value for log entries and other misc output
PREFIX="[$TSTAMP]:" # prefix for LOG entries