I am trying to restore an account from a backup that's stored in my secondary drive (was copied over when default backup target was exhausted). This is not in my default zimbra backup drive so I am trying to restore the account with -t switch that specifies the target location from where it should search out the backup. But it is not working as it should be.
Tried the following orders
$ zmrestore -ca -a
acc@domain.com -pre new_ -t /zimbra/sessions
Error occurred: invalid request: Account map file /zimbra/sessions/accounts.xml is missing. Specify a full backup label to restore from.
$ zmrestore -ca -a
acc@domain.com -pre new_ -t /zimbra/sessions -lb full-20110411.151402.024
Error occurred: backup full-20110411.151402.024 not found
Backing up through front end is broken, so pls don't tell me that. I am trying cli. Tried giving -t alone, and with -lb. Can someone please verify this?