View Single Post
  #13 (permalink)  
Old 05-28-2008, 08:50 AM
m3skalina m3skalina is offline
Junior Member
 
Posts: 5
Default

Hi All! Thank you for your work, it's great!

I have a zimbra 4.5.7 on a Debian Etch and i have a problem whit the script "zimbra_backup_user.sh":

- at the line 48 :
Code:
current_account_zimbraId=`zimbra_run "${zimbra_home}/bin/zmprov ga ${current_account} zimbraId | grep zimbraId | cut -d' ' -f2"`
Whit this version of Zimbra, the zmprov ga don't accept the "zimbraId" parameter. I have modified the script in this:

- at line 48 :
Code:
current_account_zimbraId=`zimbra_run "${zimbra_home}/bin/zmprov ga ${current_account} |  grep zimbraId | cut -d' ' -f2 | sed -n 1p"`

I am posting this in the case could serve to someone.

Sorry for my english, but i am italian.
Reply With Quote