diff options
-rw-r--r-- | squashfu.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/squashfu.conf b/squashfu.conf index 58fc66f..1e15af5 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -1,5 +1,13 @@ # Config file for Super Deluxe SquashFu Backup Express +# Define important program locations to ensure userspace doesn't +# taint our invocation. +MOUNT=`which mount` +UMOUNT=`which umount` +MKSQUASHFS=`which mksquashfs` +RSYNC=`which rsync` + + # Show debugging information. This might be useful in the event # you need to troubleshoot. DEBUG=true |