cp /etc/edge.nightly /etc/edge.daily
trap '' 2
Should now read:
# trap '' 2
This will disable the trap, and allow edge to run in foreground. Doing this will also allow you to have the scripts read in any changes & entries to make to /etc/edge.exclude & /etc/edge.raw. To run a Master Backup using this method, type the command line:
/etc/edge.daily -MB -n root -d /dev/tty
To run an Incremental, type the command line:
/etc/edge.daily -IB -n root -d /dev/tty
Back to the main index
Back to the MICROLITE Home Page