View Single Post
  #210 (permalink)  
Old 11-18-2010, 11:39 AM
ekkas ekkas is offline
Loyal Member
 
Posts: 86
Default

Been using this script on Ubuntu with great success. Tried it today on CentOS5.5 64 but and get the following error on --INSTALL:
Quote:
touch: cannot touch `/etc/zmbak_v.0.8.sh/noread': Not a directory
chmod: cannot access `/etc/zmbak_v.0.8.sh/noread': Not a directory
Can't remember seeing this on Ubuntu. The crypt section is left as default:
Quote:
#--- Encryption Options ---#
# !! !!! !!! CRYPT is a legacy option and should best not be used for future compatibility !!! !!! !!
CRYPT="no" # valid answers are "yes" or "no" BEST IS LEFT AS IS
PASSDIR=/etc/`basename $0`/ # the directory the encryption hash is stored in.
PASSFILE="noread" # the file containing the password hash
so I don't know what I'm missing here...

Thanks for a great script, saved me twice already(HDD failures), now running a SAN with XenServer and drbd & heartbeat, so hopefully never will have downtime again. ;-)
Reply With Quote