The FAQ section says that DeltaCopy will support wildcards and gives instructions on how to do it. I have followed the instructions, yet the copy fails. Any ideas why?
sent 18 bytes received 8 bytes 3.06 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/main.c(1040) [sender=3.0.4] Partial transfer due to errorRsync.exe returned an error. Will try again. This is retry number 1 of 5 sending incremental file list
rsync: link_stat "/cygdrive/D/Backup/*cd.spi" failed: No such file or directory (2)
I assure you, there are several files in that directory in the format XXXX-cd.spi. I only want the cd.spi files
yes. what finally worked was this. say the file you want to copy is called My_File.ext. you use question marks within quotations to substitute for each letter,space, etc. so My_File.ext would be "???????".ext. in our case. we had several files that ended with -cd.spi. the 9 letters in front would change as each collapsed incremental file was changed, so our statement was "?????????"-cd.spi. hope this helps.
Hello itinh,
In my case the numbers of letters were not exact. So, the solution you told me cannot work in my case. But I got my solution with your concept. Thanks a lot.
In my case what I did was- I put double quote to surround wild card symbol i.e "*". So, if I want to transfer all dll files in [C:\test\] directory then I will do [C:\test\"*".dll]