search for: rsync_password

Displaying 20 results from an estimated 44 matches for "rsync_password".

2008 Jan 29
1
rsync man pages, rsync faqs, problem with RSYNC_PASSWORD and --password-file
...just got a script going that repeats every 5 seconds, that uses rsync to send data from A, running Ubuntu V6.06.1, to B, running cygwin. I got stuck on the issue of preventing the password prompt from interrupting the script. The problem is that the man pages are misleading, they suggest that RSYNC_PASSWORD and --password-file are the answer. That might have been true in the past, but now they just don't work, as far as I can tell. The documentation needs to say up front that the right way to do it is to use ssh-keygen on A, to create a public key file id_dsa.pub. Then to install that key...
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
...sking me fore Password. If i use this rsync -varpog -e ssh --stats /home/www/web6 217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd the Server is asking me too fore Passwort. How i can bring the Passwort to the Server automaticly? What i have tu use? What can i do? Ore is it better to use RSYNC_PASSWORD ? But how can i use this? Thank you verry mutch fore everything. Best Wishes from D?sseldorf Your Manfred Gn?dig
2003 Jan 27
5
Securing Rsync
...ync/rsync.secrets "/cygdrive/C/Documents and Settings/All Users" "user@server::serverbu/" the password file on my XP machine looks just like the one on the server. I get an error stating "password file must not be other-accessible continuing without password file using RSYNC_PASSWORD environment variable. @ERROR: auth failed on module serverbu" I tried "set rsync_password=password" as well but that doesn't work either. Any ideas on how I can get this working with passwords. Thanks, Mike Winfrey
2004 Jun 25
2
Q: Rsync, Batch: How to avoid the "password" ask ?
Hi As I want to automate my Desktop backup process, I'm currently trying to finilize a CMD (Windows XP batch) file in order to save different data (outlook.pst, \desktop, \docs, \Favorites ....). My problem is that even with this parameter SET RSYNC_PASSWORD=xxxx It still ask me for a password, blocking of course all the process automation. I'm running either on my Linux backup box (RedHat9 v2.40) or on my PC, version 2.6.2 of rsync, assuming it is the latest. Thanks in advance, Regards, Bart.
2014 Apr 13
1
[Bug 10551] New: Daemon infinite loop when no matched user in secrets
...chment.cgi?id=9850 Strace output of infinite loop Hello. Given a test module: [test-module] path = /tmp auth users = * secrets file = /tmp/rsyncd.secrets and secrets file: gooduser:goodpass and running a daemon, good user / good password and good user / bad password work as expected: $ RSYNC_PASSWORD=goodpass rsync rsync://gooduser at host/test-module/ drwxrwxrwt 12,288 2014/04/13 03:31:34 . $ RSYNC_PASSWORD=badpass rsync rsync://gooduser at host/test-module/ @ERROR: auth failed on module test-module rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=...
2003 May 29
2
Interactive Rsync Authentication Problem
I have run across an interesting issue when running rsync from Solaris to an rsync daemon on Linux. It works properly when I specify the password on the command line: RSYNC_PASSWORD=the_Password rsync -r /tmp/test test_user@test_server::test_user/topdir/subdir However, if I do not specify the password on the command line and am prompted interactively, it always fails. After some investigation I find that Solaris getpass() returns a maximum of PASS_MAX bytes which on our sy...
2002 Sep 28
1
getting error "remote path must start with a module not a /"
I'm running rsync version 2.5.4 protocol version 26 on redhat 7.3. My rsync command is this: rsync -vvplpotrRn --progress --password-file=/root/rsync_password /*.* root@192.168.0.254::/home2/600xbackup I get this error when I run it: ERROR: The remote path must start with a module name not a / rsync error: error starting client-server protocol (code 5) at main.c(885) I want to backup my laptop to a directory on my server. Is this the right way to r...
2003 Sep 03
1
Solaris Gigabit Performance tweaking
...ree including some ISAM databases and am having some performance problems. We are using gigabit interfaces between two V280R servers and I am trying to push the tree with the following options. usr/local/bin/rsync --quiet --recursive --times --perms --links --delete-excluded --password-file=/mydir/.rsync_password /localdir/* rsync://user@server2/remotemodule/ I only get wrote 11762339 bytes read 2527963 bytes 82364.85 bytes/sec total size is 6479930905 speedup is 453.45 Is there a way (without using ssh) that I can improve performance? compression did not seem to help. thanks d
2004 May 07
2
@ERROR: auth failed on module -- PROBLEM SOLVED!
The man page for rsync(1) states: --password-file This option allows you to provide a password in a file for accessing a remote rsync server. Note that this option is only useful when accessing an rsync server using the built in trans- port, not when using a remote shell as the transport. The file must not be world readable. It should contain just the password as a single line.
2004 Aug 03
0
Is my configuration adequate? (For whole disk backup)
...ers = paolo secrets file = /etc/rsyncd.secrets # Allow rsync just from my own IP. max connections = 1 hosts allow = www.xxx.yyy.zzz hosts deny = * [all] comment = Module for whole disk backup. path = / And this is the command line lauched from root user on the client: rsync -avHz --password-file=rsync_password paolo@www.xxx.yyy.zzz::all /home/paolo/rsynced If I have understand correctly it must be launched by root in order to preserve the owner of original files. Are the switch correct to copy each kind of files, devices, links etc.? Another couple of things; on the server exists this file: -rw-------...
2005 Nov 10
2
rsync --password-file= Problem
...re is no error message but password stays necessary. rsync -avzuC --delete --password-file=/cygdrive/d/test/test.txt /cygdrive/d/test/ user@hostadress:/home/janvb/test How can this be solved? Is there an error? (i.e. something with global permissions etc. I tried to solve it with set RSYNC_PASSWORD=mypassword or set RSYNC_PASSWORD=pass set CYGWIN=NTEA NTSEC but it seems not to be working Thanks in advance, Jan Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm -------------- next part -------------- HTML attachment scrubbed and removed
2007 Nov 15
1
Problem with --exclude command
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : ------------------------------------------- serv-dev:~/scripts_Admin# RSYNC_PASSWORD=xxxx /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ rsuser@192.168.130.1::ssl/ opening tcp connection to 192.168.130.1 port 873 opening connection using --server -vvlrc . ssl/ building file list ... [sender] excluding directory .svn because of patter...
2005 Jul 14
4
@ERROR: access denied
I'm trying to set up an rsync daemon on my OS X machine to sync my remote subversion repositories. My config file /etc/rsyncd.conf looks like this: motd file = /etc/motd max connections = 25 syslog facility = local3 [repositories] comment = Subversion Repositories path = /usr/local/repositories read only = no list = yes hosts allow = 127.0.0.1 auth users = username secrets file
2011 Sep 06
1
[Bug 8440] New: rsync goes interactive on missing --password-file
...r.com QAContact: rsync-qa at samba.org I've a script which calls: rsync --password-file=password.txt rsync://server/files /files However, due to an unrelated error password.txt was missing. In authenticate.c:auth_client, the code tries to read from the password file, then tries the RSYNC_PASSWORD env var, then calls getpass(3). This last step is causing problems as, even though the script is intended to run unattended, it stops at the password prompt. This only happens when running with a controlling tty (more specifically, without a controlling tty getpass(3) can't open /dev/tty), for...
2013 Oct 02
2
unknown message 0:0 [sender]
hi all, running a transfer from a rsync client (3.0.6) to a rsync server (3.1.0), I get the following message: $ RSYNC_PASSWORD="oooo" rsync -avn --delete /xx/yy/ rsync:// aaa at bbb.com/ccc/ddd/ <<motd displayed>> sending incremental file list unknown message 0:0 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(436) [sender=3.0.6] Server logs says: Oct 2 10:47:36 bbb rs...
2007 Aug 14
2
DO NOT REPLY [Bug 4878] New: segfault when i386 client touches x86_64 server (no rsh/ssh) both cvs 3.0.0 today 20070813
....x 10.x i386 & x86_64 Client B: * new binary ran a 300 gig local rsync job from local raid array to local external usb drive with no problem. (empty drive so 300gb transferred, plus updates later also no problem) * only segfaults when trying to do a network rsync, specifically: export USER=foo RSYNC_PASSWORD=foo rsync -av --del install.aljex.com::${USER}/foo/data /foo * segfaults immediately, no other messages, no time at all spent, say, looking at local files to build the list. * rebuilt with just ./config --PREFIX=/usr no change * built 2.6.9 with ./configure --disable-debug --disable-ipv6 --prefix=...
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
...secrets file = /etc/rsyncd.secrets 5. Created /etc/rsyncd.secrets at mode 600 on node2 with this content: user:password 6. Created a script on node1 to be used from cron with this content: #!/bin/ksh # LOG=/var/log/rsync.log export USER=user export RSYNC_RSH=ssh export RSYNC_PASSWORD=password echo $(date) >> $LOG echo "" >> $LOG rsync -av --delete node2::resource /path/to/localresource > $LOG 2>&1 echo "**********************************************" >> $LOG ----------------------------------------...
2008 Sep 20
3
without passwd
Hi, I have two Fedora box and rsync running on both systems. One system ip is 192.168.1.110 and the other is 192.168.1.71. I run manually for the following commands in both systems. my problem is whenever run it asking the user passwd and i cannot run the same automatically using crontab. My question is how to avoid the passwd option... rsync -aPrv rsync://192.168.1.110/detailing/
2002 Apr 23
5
Dynamic address problem
Hi All, We have clients which dynamic IPs which we have setup with <host>.dyndns.org addresses. We have added these to the rsync.conf 'hosts allow=" but they are being denied access.. Is there anyway around this? Matt
2017 Mar 14
4
Rsyncing without RSH or SSH ?
People, This doesn't seem possible - would it be possible to hack a version of rsync to do it? As an exercise, I want to create a VM image (or at least backup of all the files with rsync) from a SCSI drive in an old Red Hat (NOT Enterprise) v5.2 Linux 486 machine (circa 1999 that does have rsync on it but it has protocol problems talking my server). The 486 has: - an ISA Adaptec 1542