2009-03-27 08:31:16 +00:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
|
2009-04-17 17:59:01 +00:00
|
|
|
ccollect=/home/user/nico/p/ccollect/ccollect/ccollect.sh
|
2009-03-27 08:31:16 +00:00
|
|
|
|
2009-04-17 17:59:01 +00:00
|
|
|
# in pre_exec
|
|
|
|
#cryptsetup luksOpen /dev/sdc usbhd
|
|
|
|
#mount /home/services/usbhd
|
|
|
|
|
|
|
|
#cd /home/user/nico/p/ccollect/ccollect
|
|
|
|
CCOLLECT_CONF=/home/users/nico/ethz/ccollect $ccollect wöchentlich ikn
|
|
|
|
|
|
|
|
# in post_exec
|
|
|
|
#umount /home/services/usbhd
|
|
|
|
#cryptsetup luksClose usbhd
|
2009-03-27 08:31:16 +00:00
|
|
|
|