similar to: Q: rsync Windows --backup parameters

Displaying 9 results from an estimated 9 matches similar to: "Q: rsync Windows --backup parameters"

2004 Jun 18
2
Q: rsync, Windows, --backup-dir, parameters
Hi, I've seen a page on the internet : http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html Seems to me that I have some problems running the rsync binary with "--backup-dir=PATH" options. The command below runs just fine except for the option above. C:\rsync>rsync --delete -b --backup --backup-dir=/cygdrive/c/Doc/backup/Fri -ave ssh /cygd rive/c/Doc/backup/desktop/
2004 Jun 18
1
Q: rsync examples, missing parameters?
Hi, I'm adapting the first script (backup to a central backup server with 7 day incremental) from http://samba.anu.edu.au/rsync/examples.html web site and ported it to Windows XP, as I need to save my files incrementally over a week. Script (Windows XP): .... C:\rsync2>rsync --force --delete --backup --backup-dir=/home/bart2/backup/Thu -ave ssh /cygdrive/c/Doc/backup/desktop2/
2008 Aug 11
2
[LLVMdev] Applying different Optimizations for different Functions - Questions?
Hi! I am trying to develop an LLVM tool which can apply different optimizations for selected functions. For example, I want to apply an optimization onto one function but not for another one. I am using the standard optimizations available in LLVM. That is the runOnModule function I have written: bool ComplNewBBFuncs::runOnModule(Module &M) { Function *Main =
2008 Mar 02
1
Wrong uptodate
Dear list, I am syncing files with rsync .... surprise surprise ... Rsync claims files to be uptudate, but they are not ... >From the log: export/opt/bup/status/1 is uptodate export/opt/bup/status/2 is uptodate . . Source directory (locally on server): -rw-r--r-- 1 root root 28 2008-03-01 22:44 1 -rw-r--r-- 1 root root 28 2008-03-01 22:37 2 . . Destination directory (nfs share):
1997 Apr 22
1
R-alpha: Rprofiles
The x11() window can be a nuisance to have popping up at startup (esp. on small screens) when you're not working with graphics. However, currently you can't get rid of it without modifying the systemwide Rprofile. Current logic is: Run $RHOME/library/Rprofile if ./.Rprofile exists run it else if $HOME/.Rprofile exists run that endif I think it should be Run $RHOME/library/Rsetup if
2016 Apr 06
0
Memory problem
As Jim has indicated, memory usage problems can require very specific diagnostics and code changes, so generic help is tough to give. However, in most cases I have found the dplyr package to be more memory efficient than plyr, so you could consider that. Also, you can be explicit about only saving the minimum results you want to keep rather than making a list of complete results and extracting
2005 Mar 25
0
rsync+auto-ssh
Dear All, though my query is not directly with rsync but i thought some of the people must be using rsync & ssh, so i am posting my query here, in case if there is some other group or forum pls let me know so that i won't bother people here(my apologies) actually, i am facing a very strange issue as : my objective is to use rsync from windows m/c with ssh(auto), so i did as ... 1) I
2016 Apr 06
4
Memory problem
Dear R Forum, I have about 2000+ FX forward transactions and I am trying to run 1000 simulations. If I use less no of simulations, I am able to get the desired results. However, when I try to use more than 1000 simulations, I get following error. > sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, change_in_mtm_bc = mtm_bc - mtm_bc[1]) Error: cannot allocate vector of size 15.6
2002 Oct 02
1
rsync and schedule task
Greetings, i would like to rsync a client windows with a Linux server and put this in a windows schedule task. So i have generated ssh key with ssh-keygen on the client and sent it to the server.If i launch manually the rsync it's ok: i am not asked the password. But if i plan the task in the task scheduler i am asked the password ! What's wrong ? Thanks Franck