Displaying 2 results from an estimated 2 matches for "copyying".
Did you mean:
copying
2010 May 07
3
The source and destination cannot both be remote :-(
Moin,
this is something for the wish list: a 'rsync in the middle' mode. It
would make sense: rsync is running at a server. Copyying files from one
maschine to a file server.
rsync root at client:/var/tmp/in tomcat at fileserver:/opt/
Would this be possible without breaking the hard link mechanism?
CU
--
|Michael Renner E-mail: michael.renner at gmx.de |
|D-81541 Munich Germany ICQ: #112280325 |
|Germany...
2010 Dec 14
1
Installing R-packages in Windows
...tall with a batch-script that looks like this:
-----------------------------------------------------------------------------
SET rVersion=2.10.0
SET RPfad=%ProgramFiles%\R\R-%rVersion%\bin\
set RPacPfad=software\R_packages
REM #############################################
REM #### copyying to a folder without spaces
REM #############################################
cd %windir%
cd ..
mkdir rPAcsTemp
cd %OrdnerDIR%\%RPACPFAD%
copy *.zip %SystemDrive%\rPAcsTemp
cd %RPFAD%
R CMD INSTALL %SystemDrive%\rPAcsTemp\car*.zip
R CMD INSTALL...