include=../config_defaults
MdtiDirectory=/root/Paranoidbackup/all/mdti
before accessing backups commands=test -d /junk486/backups_namelessp2
# next line uses hwclock to set kernel tz.tz_minuteswest to a fixed value
# of 240 (4 hours, USA eastern daylight savings time) so that ls
# will not report that the times of the files on my dos filesystem change
# by 1 hour every time daylight savings time changes. Then we have
# to remount /dos to clear the disk cache.
PreLsCommands=umount /dos;export TZ=edt4;hwclock  --hctosys --localtime;mount /dos
PostLsCommands=umount /dos;hwclock  --hctosys --localtime;mount /dos
