similar to: pulling files

Displaying 20 results from an estimated 20000 matches similar to: "pulling files"

2005 Jan 27
1
pulling files - Correction
I set up ssh without authentication on both servers and I have tested it fine. When I do this: #/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path /usr/local/bin/rsync remote_server::test /home/test rsync: unable to open configuration file "rsyncd.conf": No such file or directory rsync error: syntax or usage error (code 1) at clientserver.c(502) rsync: connection unexpectedly
2008 Nov 13
1
Intermittent connection failure
Hi, i have sporadic connection problems with my rsync server. I have _no_ firewall involved and there is _no_ max connections set. rsync on the clients is started from cron via a bash script. There's also no permission problem. rsyncd runs as daemon (is not started from inetd). It sometimes works, but every third or fourth rsync fails with this message: rsync: failed to connect to
2005 Jul 13
1
syncing from the "file-list" option
Hello, all. I'm a begineer for rsync and please help me. I would like to sync data between two ftp sevrer. If one change/add/delete data usingf ftp, other ftp server should sync from the main ftp servert. In my thought, full data directory syncing is too slow, so if the client uses " --files-from" option, sync speed more fast than full data directory syncing. file list is
2008 Aug 11
1
Problems connecting to remote rsync daemon
This is a newbie question. I've looked through the archives and haven't found an answer to this. I set up rsync in inetd.conf to respond on request. When I give a remote request to the machine, I get the following error: paladin:~ tamara$ rsync -avr /Volumes/Music/Pictures/ rsync:// tamara@server/Pictures/ rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2005 Jan 13
3
rsyncd.conf: "timeout=<minimal>" crazyness
Hi, from time to time, in times like today where the whole world is grabbing SUSE-9.2 and/or debian-30r4, I really like to condemn those other anon rsync server admins (you know, the successors of the traditional unix ftp server admins). They usually have within their /etc/rsyncd.conf a line like timeout = <very low> because they are thinking "less" there is "better for
2005 Jan 27
1
error 12, caused by the cliebt side - how?
Hi, I am seeing an rsync client reporting: rsync: connection unexpectedly closed (9233023 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(342) while the rsync server is saying: Jan 27 19:57:18 ftp4 rsyncd[24334]: send ftp3.gwdg.de [134.76.12.3] pub () languages/perl/CPAN/indices/du-k.gz 32935 Jan 27 19:57:24 ftp4 rsyncd[24334]: send ftp3.gwdg.de
2002 Dec 11
2
"@ERROR: auth failed on module"
Greetings list, I've been banging my head against this for a few days now, so finally I throw myself upon your tender mercies. I had rsync working fine to make offsite backups via an IPSEC VPN over an ADSL connection - until the remote raid5 server went down. It was rebuilt with RedHat 8 and since then I have not been able to rsync to it. Both ends have vanilla rsync-2.5.5 installed.
2005 Jun 07
1
Hard links revisited
I can't seem to get the hardlinks to work in windows via --link-dest. It just refuses to find the files in the directory and make a hard link. Here's the setup. -I run 2 rsyncs from batch files called sync.bat and sync2.bat. -I'm connected to the server via a mapped network drive, we'll call it 'z'. -I then run the client, on the destination, once to pull the data
2003 Oct 21
2
Trouble with password (daemon mode)
Hello. I running rsync in daemon mode (rsync --daemon) Everything seems to work well until I try to protect item with password. here is my /etc/rsyncd.conf : use chroot = yes max connections = 10 syslog facility = local5 [ftp] path = /var/ftp comment = ftp secrets file = /etc/rsyncd.secrets auth users = gate1 here is my /etc/rsyncd.secrets gate1:abcdefg Here
2009 Apr 06
2
URL issue localhost/mongrel vs remote-server/apache
Hi all I have a small issue I ma trying to solve (at least to understand..) I am testing an app on my remote_server (w Apache/Passenger) in a sub_URI, without any problem (I tested also the same app, locally w Apache too) in my environment.rb , I have initialized config.action_controller.relative_url_root = "/my_subURI" config.action_controller.asset_host =
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
Hello all, I am trying to connect to my remote MS SQL server from Ubuntu. I have followed HowtoConnectToMicrosoftSQLServerFromRailsOnLinux<http://http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux>as best that I can. TSQL is working, example below. My configs are found below. When I run isql : > isql -v pubs name password [IM002][unixODBC][Driver
2005 Jan 14
2
"connection unexpectedly closed" error
Hi, I'm sure I'm missing something simple but I can't find it. We just set up a new server with Fedora Core 2 and I'm trying to set up an rsync to it. I've had this working to a Debian machine, so I'm almost sure my config is rsync config is good. I'm running rsync 2.6.2-1 in daemon mode on the server with the following config file: log file =
2009 Jan 10
1
how to connect to rsyncd via forwarded ssh port?
I've running a rsyncd and ssh port forwarding (-R 12345:localhost:873 backup@server) on a client because the client should not reachable but over ssh. The rsyncd should acessible because I can backup and restore files with backuppc (a wonderfull program which use perl::rsync) And I can "ssh -p 12345 backup@localhost" to this client too. If I try to connect (from the machine/user
2004 Sep 21
2
2.6.2 rsync --daemon is not working for me
Hi! I'm unable to write with remote rsync in daemon mode. ********* My configuration: rsync 2.6.2 Linux 2.4.20-alt16-up (ALTLinux www.altlinux.org) (There is owl-patch in ALTLinux-kernel) ========== /etc/rsyncd.conf ============= log file = /var/log/rsync [routers] comment = Our Backups path = /mnt/backup/routers uid = archiver gid = archiver use chroot = true read only = false list = true
2004 May 20
3
two-way synchronization accross a firewall fails
machine O is outside firewall, machine I is inside (machine names changed to protect the innocent :-) firewall allows ssh connections if inititiated from I to O, but not if the other way. both machines have an /etc/rsyncd.conf of: [rt] path = /tmp/rsync_test comment = Test area O runs rsync daemon, I initiates a rsync cammnad like rsync -rvvv --delete --rsh=ssh O::rt /tmp/rsync_test
2003 Oct 14
1
rsync: connection unexpectedly closed
Hi rsync list, Im trying to use rsync to sync about 23GB over a local LAN. I use 2.5.6 compiled on SCO OpenServer 5.0.6, this is the command I use: rsync --verbose --stats --recursive --times --perms --links --delete eurux02::user2 (I have tried it with and without --compress, as the archive hinted this may be a problem with -z, but same result) on the source machine rsync --daemon is running
2007 Jan 30
1
Cannot preserve uids and gids with AIX 5.3 w/rsync 2.6.2
First, yes, I have read the piece on chroot.... Trying to get an AIX (5.3) to run rsync 2.6.2 as a daemon I have tried every possibly usage to stop chroot, used no and false, as on the web it has showed up as either. Also dropped flag --numeric-ids when running.... Here is my test config--- # Simple test config file log file = /tmp/rsync.log [test] use chroot = no path = /tmp/rsync_test/
2002 Aug 27
1
rsync problem in systemimager
Hello, I'm working on the oscar-1.3 release with my Linux Itanium's cluster to test cloning process via systemimager. After having succeeded to boot my client node via the network, when running the following script : /var/lib/systemimager/scripts/ced1.sh rsync is able to get small files (e.g : mkdosfs). However, when the script tries to rsync the whole oscar image in the following way :
2003 Apr 28
1
code12 when using modules
Hi I updated my rsync to 2.5.6. Since then, any modules actions don't work anymore. rsync -ravvvn --stats --progress rollis.ch::mymodule ends up in opening tcp connection to rollis.ch port 873 receiving file list ... rsync: connection unexpectedly closed (28 bytes read so far) _exit_cleanup(code=12, file=io.c, line=165): entered rsync error: error in rsync protocol data stream (code 12) at
2003 Jan 22
1
Rsyncd - Help me
Hello, I'm trying to do my rsync to copy a mirror of my site in another webserver. I am trying to use RSYNCD . How I'll do for my rsync to copy my site website in the mirror ? Which is a command to copy the mirror with the password ? I've this websites about rsync http://sunsite.dk/info/guides/rsync/rsync-mirroring.html http://rsync.samba.org Somebody could help me? or Link ? Doc