Displaying 2 results from an estimated 2 matches for "vrmd".
Did you mean:
vrm
2004 Sep 06
2
problems with --link-dest
Hello,
I'm trying to do backups with rsync through ssh. This is what I wrote yet:
src="/vrmd/webserver/"
today=`date +%F`
#link_dest="root@vm2:/vrmd/admin/backup/web/2004-09-05"
link_dest="../2004-09-05"
dest="root@vm2:/vrmd/admin/backup/web/$today"
rsync -av -e ssh --delete --link-dest=$link_dest $src $dest
in 2004-09-05 (on the dest-server) is the dire...
2005 Jan 13
1
Dovecot create mbox files. But why?
...ge. But the imap
part of dovecot creates the for mbox specific files, but why?
I created a passwd-file for a testuser. At this tme, there is only on line:
test2 at dev2.abc.de:ujAN28k8.5zV2:99:99:*:*:*:*
in dovecot.conf are these interesting lines:
auth_userdb = static uid=99 gid=99
home=/vrmd/pop3imap/links2mailboxes/%u/Maildir
auth_passdb = passwd-file /vrmd/mailin/conf/pop3imapdb.passdb.txt
I think, if a path ends of /Maildir dovecot will autodetect the maildir
format.
So what is wrong?
Regards Mirko