Displaying 4 results from an estimated 4 matches for "rsetup".
Did you mean:
setup
1997 Apr 22
1
R-alpha: Rprofiles
...hen 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 ./.Rprofile exists
run it
else if $HOME/.Rprofile exists
run that
else if $RHOME/library/Rprofile exists
run that
endif
i.e. essential system initialisation goes in Rsetup, the rest in
Rprofile, which can be overridden by the user. Currently, the line
if(interactive()) x11()
is the candida...
2005 Mar 25
0
rsync+auto-ssh
...gies)
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 installed rsync_full.zip, from
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
2) It contains following files(c:\rsync) :- cygwin1.dll, gnudate.exe,
rsetup.bat, rsync2.5.1-dev.exe, rsync246.exe, rsync251-2.exe,
drivec.bat, sshd.exe, ssh-keygen.exe, scp.exe, ssh.exe, ssh-add.exe,
ssh-agent.exe
3) Win boxes are win98 & win2000, while linux box is RH9, bimal is a
user on linux box.
4) I am very much able to do rsync and ssh from window boxes to li...
2004 Jun 18
1
Q: rsync Windows --backup parameters
...connect 2.2 (March/April 2004) (Redhat 9 ?)
so I do not understand the install problem. So finaly I found
the latest ".rpm" compiled package but it's only a 2.5.6 version.
:(
- on Windows platform, I did find a light version of rsync
composed only of (rsync.exe, ssh.exe, rsetup.bat, cygwin1.dll)
that works find as you can see but it is an 2.5.1-dev .
I didn't find a newer version.
Maybe do you have some comments about the versions on
either Linux or Windows platforms ?
Thanks in advance,
Regards/Cordialement
Bart Zelsmann
PS: and thanks for the french ;)...
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