Hola, new to the list and maybe having problems with english I ask for a friendly and a not too difficult answer. Using Windows 7 Pro, D-link DNS-323 NAS-Storage rSync: actual Version (just downloaded) Here is the stange behavier: I use rsync.exe -a -v --progress --delete --ignore-errors --force /cygdrive/N/ /cygdrive/ "//SPEICHER/Volume_1/Backup/10-er/D$/" So I want to backup the drive "N" from the Windows-Computer to //SPEICHER/Volume_1/Backup/10-er/D$/ on the NAS-Drive That works fine until all files are copied from "N" to //SPEICHER/Volume_1/Backup/10-er/D$/ After finishing that rSync starts to coppy ALL Drives (c:,D:,E:,...) from the Windows system to the NAS-Drive //SPEICHER/Volume_1/Backup/10-er/D$/ which is, of course not, what I want :( Well knowing, that the mistakeis mostly sitting in front of the screen, I ask your experianced eyes, if you see my mistake or have a helpfull idea. Thanks and - sorry - for making mistakes with my english Horst ------------------------------------------- Horst Peters C./Ladera 22-2 E-07750 Cala Galdana Menorca / Spanien Fon:+34-971- 15 45 62 Mobil: +34 971-15 45 62
baleareninsel at gmx.net wrote:> > Hola, > > new to the list and maybe having problems with english I ask for a > friendly and a not too difficult answer. > > Using Windows 7 Pro, > D-link DNS-323 NAS-Storage > rSync: actual Version (just downloaded) > > Here is the stange behavier: > I use > rsync.exe -a -v --progress --delete --ignore-errors --force > /cygdrive/N/ /cygdrive/ "//SPEICHER/Volume_1/Backup/10-er/D$/"Assuming the above was all on one line: Rsync.exe -a -v --progress --delete --ignore errors --force /cygdrive/N/ ##-- this is the N drive /cygdrive/ ##-- this is ALL the drives that cygwin can find "//SPEICHER/... ##-- this is the TARGET. The above TWO parameters are sources.> > So I want to backup the drive "N" from the Windows-Computer to > //SPEICHER/Volume_1/Backup/10-er/D$/ on the NAS-Drive > > That works fine until all files are copied from "N" to > //SPEICHER/Volume_1/Backup/10-er/D$/ > > After finishing that rSync starts to coppy ALL Drives (c:,D:,E:,...) > from the Windows system to the NAS-Drive //SPEICHER/Volume_1/Backup/10- > er/D$/ which is, of course not, what I want :(This comes from the SECOND SOURCE PARAMETER /cygdrive/> > Well knowing, that the mistakeis mostly sitting in front of the screen, > I ask your experianced eyes, if you see my mistake or have a helpfull > idea. > > Thanks and - sorry - for making mistakes with my english > > Horst > > > ------------------------------------------- > > Horst Peters > C./Ladera 22-2 > E-07750 Cala Galdana > Menorca / Spanien > Fon:+34-971- 15 45 62 > Mobil: +34 971-15 45 62 > > -- > Please use reply-all for most replies to avoid omitting the mailing > list. > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart- > questions.html
Verry fast answer... Thank you Tony> > Hola, > > new to the list and maybe having problems with english I ask for a > friendly and a not too difficult answer. > > Using Windows 7 Pro, > D-link DNS-323 NAS-Storage > rSync: actual Version (just downloaded) > > Here is the stange behavier: > I use > rsync.exe -a -v --progress --delete --ignore-errors --force > /cygdrive/N/ /cygdrive/ "//SPEICHER/Volume_1/Backup/10-er/D$/"<< Assuming the above was all on one line: YES! << Rsync.exe -a -v --progress --delete --ignore errors --force << /cygdrive/N/ ##-- this is the N drive ####### the source << /cygdrive/ ##-- this is ALL the drives that cygwin can find << "//SPEICHER/... ##-- this is the TARGET. The above TWO parameters are sources. Why TWO parameters??? As I read I must use "cygdrive" under windows for each drive. (Source and target)> > So I want to backup the drive "N" from the Windows-Computer to > //SPEICHER/Volume_1/Backup/10-er/D$/ on the NAS-Drive > > That works fine until all files are copied from "N" to > //SPEICHER/Volume_1/Backup/10-er/D$/ > > After finishing that rSync starts to coppy ALL Drives (c:,D:,E:,...) > from the Windows system to the NAS-Drive //SPEICHER/Volume_1/Backup/10- > er/D$/ which is, of course not, what I want :(<< This comes from the SECOND SOURCE PARAMETER /cygdrive/ Hmmmm... and what to do delete the SECOND SOURCE PARAMETER ?? Yust nou use the second "/cygdrive/"?> > Well knowing, that the mistakeis mostly sitting in front of the screen, > I ask your experianced eyes, if you see my mistake or have a helpfull > idea. > > Thanks and - sorry - for making mistakes with my english > > Horst > > > ------------------------------------------- > > Horst Peters > C./Ladera 22-2 > E-07750 Cala Galdana > Menorca / Spanien > Fon:+34-971- 15 45 62 > Mobil: +34 971-15 45 62 > > -- > Please use reply-all for most replies to avoid omitting the mailing > list. > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart- > questions.html