similar to: rsync --password-file= Problem

Displaying 20 results from an estimated 400 matches similar to: "rsync --password-file= Problem"

2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
I've been running rsync-2.4.2 with an old patch of mine for some time for backup purposes. Due to the recent remote bug, I thought it was time to upgrade, even if the host was behind a firewall. So I dug up the old patch (2.5.2 version attached), that I think I sent ages ago to this list as well. It does the following: (1) Firstly, the only sensible way to run something as
2006 Jan 10
1
32 E1's in one Asterisk 'box'
I would look at using serveral machine splitting up the load using one 4 port card in each. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > janvb@caselaboratories.com > Sent: Tuesday, January 10, 2006 6:03 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion >
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
Hi, the following patch checks if OpenSSH is running under a Cygwin version >= 1.3.2 which allows switching user context without password. Otherwise sshd allows changing the user context only if password authentication is used as it was before. Corinna Index: openbsd-compat/bsd-cygwin_util.c =================================================================== RCS file:
2002 Nov 14
0
Owner and permissions problems when syncing w2k<->w2k
Hi! I'm having a bit of a problem setting up an rsync operation between two Windows 2000 servers. On one of the machines I have started an rsync Daemon (service, started as administrator) using the lines below. On the other machine I do a rsync -Pzrtvpo /cygdrive/d/root/Folder administrator@192.168.2.4::root What happens is that all transferred files (no problem with the actual transfer)
2002 Jul 31
0
[PATCH]: Match Cygwin version check to reality
Hi, the following patch rearranges some checkings in bsd-cygwin-util.c to keep in sync with Cygwin versions. I moved the uname() check into it's own function so that it's easier to add further checks when necessary. Corinna Index: openbsd-compat/bsd-cygwin_util.c =================================================================== RCS file:
2002 Nov 09
1
[PATCH] Two Cygwin related patches
Hi, the attached patch file contains two patches in one: - contrib/cygwin/ssh-host-config: Create sshd_config according to latest changes. - openbsd-compat/bsd-cygwin_util.c: Rewrite a bit to allow easier retrieval of Cygwin capabilities from version number (uname). For Cygwin versions beginning with API minor version 56 assume ntsec being on by default. Thanks in advance for applying
2001 Jun 04
1
[PATCH]: Add check_ntsec to ownership/mode tests
Hi, I have added calls to `check_ntsec()' to the code which checks for the ownership and modes of identity files and directories. As you might know, check_ntsec() tests if owner/modes are supported by the OS (9x/ME=no, NT/W2K=yes), the filesystem (FAT/FAT32=no, NTFS=yes) and the current Cygwin settings (ntea/ntsec). Corinna Index: auth-rhosts.c
2014 Apr 13
1
[Bug 10551] New: Daemon infinite loop when no matched user in secrets
https://bugzilla.samba.org/show_bug.cgi?id=10551 Summary: Daemon infinite loop when no matched user in secrets Product: rsync Version: 3.1.1 Platform: x64 OS/Version: Linux Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: ryan at
2006 Sep 01
0
[PATCH] Cygwin: Avoid implicit declaration warnings
Hi, I have left this slip through already too long. When compiling openbsd-compat/bsd-cygwin_util.c, the following warnings appear: openbsd-compat/bsd-cygwin_util.c: In function `binary_open': openbsd-compat/bsd-cygwin_util.c:67: warning: implicit declaration of function `open' openbsd-compat/bsd-cygwin_util.c: In function `binary_pipe': openbsd-compat/bsd-cygwin_util.c:73:
2003 Jan 27
5
Securing Rsync
I have a rsync server set up on a win2k server and a win xp pro computer is my client. It's working very well doing the anonymous transfers. However, I've tried setting up a password file and not having any success. rsyncd.conf on my server: use chroot = false strict modes = false hosts allow = * [serverbu] auth users = user path = c:/serverbu read only = no list = no secrets file =
2008 Jan 29
1
rsync man pages, rsync faqs, problem with RSYNC_PASSWORD and --password-file
Hi all, This isn't a bug, its just a lapse in the documentation. I 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
2001 Jul 11
0
[PATCH]: Cygwin: Changes to cygwin contrib area
Hi, the following patch changes two files in the contrib/cygwin subdir: It changes the Cygwin specific README file which adds some hints related to the new feature to switch user context without password (which means using public key and/or rhosts authentication). Some old stuff is erased. The changes to ssh-host-config are intended to allow an easier startup for users which are new to Cygwin
2004 Aug 03
0
Is my configuration adequate? (For whole disk backup)
Hi all. I need to backup a server (actually web, dns and mail) placed on Internet, and write data on a computer inside the intranet of our company. I have read good things about rsync from the mailing list and the man pages, and I know that it can represent the solution for what I'm looking for. However, since I'm new to rsync, if you can give me your opinion about my configuration I
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo, i am verry sorry about my bad engllish. But i trie my best... I trie to setup an Backupserver. If i use this rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6 the Server is asking 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
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
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
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
2003 Sep 03
1
Solaris Gigabit Performance tweaking
I am currently running rsync 2.5.6 on solaris 8. I am updating a rather large directory tree 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
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
2011 Sep 06
1
[Bug 8440] New: rsync goes interactive on missing --password-file
https://bugzilla.samba.org/show_bug.cgi?id=8440 Summary: rsync goes interactive on missing --password-file Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: rsync-bugzilla at