similar to: syntax of a local Windows path

Displaying 20 results from an estimated 10000 matches similar to: "syntax of a local Windows path"

2004 Mar 26
1
rsync/cwsync dir spaces on the path
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi: First let me say that rsync/cwrsync is amazing ! And sorry ! if I'm bothering you with this question... I need to sync my work files from the WinXP Pro machine to our Solaris one... so far so fine.. My problem is when I specify the path on the rsyncd.conf (cwrsync) I have tried many combinations from:
2011 Mar 26
1
WinXP rsync local copy to USB drive
I've encountered an error while trying to "find" my way to my goal. But first, let me state my goal in case there is a pre-canned solution that does what I want (which would avoid the effort of figuring out the error...): I want to invoke the rsync *client* (but NOT the server) to make a local copy from one windows drive to another. Ie. rysnc -ax /cygdrive/c/path/sourcedir
2005 Feb 10
0
UNC path issue
I'm using rsync and cygwin to do some backups from Windows machines. I have been doing something along these lines: c:\cygwin\bin\rsync -aR -e c:\cygwin\bin\ssh.exe --numeric-ids --delete --delete-after --verbose --ignore-errors --exclude-from=/cygdrive/c/offsitebackup/excludes.txt /cygdrive/c/ root@remotehost This all worked well until I had to do backups of several mapped drives
2003 Dec 26
1
Problems converting output from Sweave to PDf
I am having trouble converting the output from Sweave into a valid PDF file. I have created a simple .Rnw file which will become a full vignette at some point, but during the intermediate testing, I got errors from texi2dvi. This is what I have done. 0) Using a Windows Xp system 1) Created a file called GeneSpring.Rnw 2) Convert this to Tex using Sweave("GeneSpring.Rnw") from within R
2001 May 11
1
Windows, RCMD INSTALL and path (PR#939)
Full_Name: David Firth Version: 1.2.3 OS: Windows NT4 Submission from: (NULL) (163.1.103.107) Two things that look like bugs: 1. RCMD INSTALL does not seem to cope with quotes in the Windows path. With my path set to PATH="C:\R\Rtools";"C:\R\rw1023\bin";C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\ mingw2\bin I get, for example, C:\R>RCMD INSTALL boot RCMD
2009 Apr 10
3
Local disk rsync
I've done quite a bit of looking, but I haven't found an answer that answers this question. Environment: cygwin on Windows rsync 3.0.4 I know that rsync isn't optimzed for speed on local copies - that's clear in my testing. I'm attemting to sync a large volume of files. (In this case, I'm syncing a rdiff-backup set...) An initial sync will be about one fourth as fast a
2002 Feb 14
0
Problems with local rsync on cygwin w2k
I am getting errors when I try and do a dry-run of a local rsync on cygwin on windows 2000. Here is an example command line: /usr/bin/rsync --archive --dry-run --ignore-times --stats --verbose /cygdrive/d/EarthBulletin/data/ /cygdrive/d/EarthBulletin/data_new/ It fails with the following messages: rsync.exe.stackdump rsync: read error: Connection reset by peer rsync error: error in rsync
2007 Nov 19
1
local rsync hangs with big files
Hello list, for quite some time I've been using rsync on Windows successfully syncing ~10k files each day. The rsync is that of Cygwin. The sync is from one FAT FS to another FAT FS. rsync --version output is this: <snip> rsync version 2.6.9 protocol version 29 Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others. Capabilities: 64-bit files, socketpairs, hard links,
2006 Aug 22
0
rpart output: rule extraction beyond path.rpart()
Greetings - Is there a way to automatically perform what I believe is called "rule extraction" (by Quinlan and the machine learning community at least) for the leaves of trees generated by rpart? I can use path.rpart() to automatically extract the paths to the leaves, but these can be needlessly cumbersome. For example, one path returned by path.rpart() might be: [1]
2008 Mar 12
0
Uppercase directories on windows don't work
Hello, I'm using cwrsync. After a long time of trying to figure out what went wrong, I have spotted that cd Uppercase rsync -av rsync://remote/files test works OK, rsync -av rsync://remote/files /cygdrive/c/lowercase/test works OK, rsync -av rsync://remote/files /cygdrive/c/Uppercase/test works if remote doesn't include any subfolders, but rsync -av
2002 May 07
0
rsync on cygwin: can't access mapped network drive remotely
I posted this message to the cygwin mailing list, but I thought I'd try it here too... flip --------------------------------------------------------------------- Hello, I am using rsync 2.5.5 protocol version 26 with cygwin 1.3.10-1. When I connect to a directory that resides on the computer, everything works great. When I connect to a directory that is a mapped UNC drive, rsync
2004 Dec 08
0
[LLVMdev] Building llvm and cfrontend under cygwin
Hi Reid, > 2. Make sure you aren't trying to link in some old/crufty crtend.bc > file. Try doing "make uninstall ; make clean" in your crtend > directory if you think this might be the case. "make install" fails - there is no such target. > If those don't clear the problem, please tell me what version > of LLVM you're trying to compile
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
Hi Chris, > Also note, LLVM 1.4 will be released in the next few days, so if waiting is > an option, you might choose to do so. Alright, I've got llvm and llvm-gcc from RELEASE_14 cvs and tried building it under cygwin. 1) The first problem is with llvm in SysUtils.c: int executeProgram(const char *filename, char *const argv[], char *const envp[]) { ................ execveTy
2005 Dec 15
1
Exclude Syntax Question
I have an rsync daemon running on a Windows box. It has a module called "temp" that allows users to write to a specific directory. My rsync.conf looks like: use chroot = false strict modes = false max connections = 3 hosts allow = 192.168.1.7 lock file = rsyncd.lock log file = rsyncd.log pid file = rsyncd.pid timeout = 600 refuse options = h I c a delete [temp] comment = WSS
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
Hello llvmdev, (just for fun) I've tried to compile LLVM under cygwin. With "make -k" I got only: ----------------- DynamicLinker.cpp: In function `void* GetAddressOfSymbol(const char*)': DynamicLinker.cpp:40: error: `RTLD_DEFAULT' undeclared (first use this function) DynamicLinker.cpp:40: error: (Each undeclared identifier is reported only once for each
2009 Oct 14
0
[LLVMdev] Fwd: JIT on ARM
Hi. Sorry for reposting my mail, but can somebody at lest give some general ideas for what to look to solve my problem? -- Martins Mozeiko Begin forwarded message: > From: Martins Mozeiko <49640f8a at gmail.com> > Date: September 25, 2009 12:04:04 GMT+03:00 > To: llvmdev at cs.uiuc.edu > Subject: JIT on ARM > > Hello. > > My goal is to use LLVM with JIT compiler
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all, I'm trying to backup a disk using rsync but I need to exclude some folder. I'm using rsync 3.0.4 under cygwin on a winxp machine. The script that I use is: # ---------------------------------------------------------------- # SRCDIR=/cygdrive/d LOGDIR=/cygdrive/f BCKDIR=/cygdrive/f/Backup rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date +%Y%m%d`.log
2009 Oct 14
0
[LLVMdev] JIT on ARM
Forgot to mention. I don't know how well the canadian cross compile stuff works in 2.5. We made some improvements in that area for 2.6. If you have trouble with it, I'd suggest trying 2.6 (or even better, ToT svn) and seeing if things are improved there. -Jim On Sep 25, 2009, at 2:04 AM, Martins Mozeiko wrote: > Hello. > > My goal is to use LLVM with JIT compiler for ARM
2007 Aug 29
6
RSYNC Hang on client match_sums
Hi, Got a strange problem with rsync ! Here is the story ... I got a linux rsync server running for 8 months without any problem (rsync 2.6.6 18) I got about a dozen of rsync clients (linux and windows, generally using a 2.6.5 rsync version) that synchronize their datas without any problem. Some of them only synchronize a few datas (10 GB) and some others synchronize large amount of data
2011 Feb 09
2
[LLVMdev] Building LLVM on Cygwin.
Hi, I followed the build instructions at http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html to build LLVM and LLVM GCC. Everything went fine except for the 'make install' step of llvm. At this step, I am getting a big list of files which are under /cygdrive/c/llvm-2.8/include/llvm and /cygdrive/c/llvm-2.8/include/llvm-c. The error I am getting is: /usr/bin/install: