Displaying 1 result from an estimated 1 matches for "namespacename".
Did you mean:
namespace_name
2017 Feb 03
0
dsync backup public namespace - how?
...p of users this was an easy task:
dsync -v -f -u "${user}" backup "maildir:${destination}" (local file path destination)
We use many public folder with ACL and now we are wondering how we can backup these folder in a similar manner:
a)
dsync -u doveadm at domain.com backup -n Namespacename "maildir:/var/vmail-backup/backup/public"
or
b)
dsync -v -u doveadm at domain.com -N backup "maildir:${destination}
But this is not working.
a) does nothing, no error
b) Error message: doveadm(doveadm at domain.com): Fatal: -N parameter requires syncing with remote host
Any ide...