As the title says:
Using rsyncd as transport, I try to backup the complete C: drive of my
Windows 2000 pc
Share define in config.pl:
$Conf{RsyncShareName} = ['down', 'cDrive'];
defines in rsyncd.conf on the PC:
[cDrive]
path = c:
comment = Entire Drive
auth users = UUU
secrets file = d:/rsyncd.secrets
# hosts allow = 172.16.0.17
strict modes = false
read only = true
list = true
[down]
path = e:/down
comment = Download dir
auth users = UUU
secrets file = d:/rsyncd.secrets
# hosts allow = 172.16.0.17
strict modes = false
read only = true
list = true
error messages in rsyncd.log:
2008/03/31 01:02:43 [2548] rsync: readdir("ygdrive/c/WINNT/system32/c:/."
(in cDrive)): No such file or directory (2)
2008/03/31 02:02:41 [1988] rsync: readdir("ygdrive/c/WINNT/system32/c:/."
(in cDrive)): No such file or directory (2)
2008/03/31 03:02:42 [2436] rsync: readdir("ygdrive/c/WINNT/system32/c:/."
(in cDrive)): No such file or directory (2)
2008/03/31 04:02:41 [2180] rsync: readdir("ygdrive/c/WINNT/system32/c:/."
(in cDrive)): No such file or directory (2)
2008/03/31 05:02:41 [2568] rsync: readdir("ygdrive/c/WINNT/system32/c:/."
(in cDrive)): No such file or directory (2)
2008/03/31 06:02:39 [2444] rsync: readdir("ygdrive/c/WINNT/system32/c:/."
(in cDrive)): No such file or directory (2)
any hints? I don't know if it matters, but I also use/have installed
cygwin.
Yours
hjb
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/