Displaying 2 results from an estimated 2 matches for "virtualdir".
2004 Dec 27
2
Maildir owner importance
I have set up a directory (/var/local/virtualdir/) as the maildir with
a special user/group (virtualmail) and in it I create directories for
each domain (example1.tld, example2.tld etc) and sub dir's for each
mailbox). Only at the moment, apart from the first one, they are all
created as with user root as the owner.
How important is to have a...
2008 Jan 24
1
Rsync iconv (Cygwin) (file has vanished)
...'ve been using rsync to test a backup of some files from a windows box
to a linux box. I use the following command under windows: -
rsync.exe -v -rlt -z --delete -y --delete-excluded
--partial-dir=/.rsync-partial --iconv=utf-8,utf-8
"/cygdrive/D/Data_Tier1/" "username@server::virtualdir/Data_Tier1/"
I get the following error on files that have russian cryllic letters: -
---
file has vanished: "/cygdrive/D/Data_Tier1/Home/xxx/??????? ???????? ????"
(thousands more entries similar)
---
Am I doing something wrong? I've also using: -
--iconv=.
The user I run as...