similar to: Rsync on webserver

Displaying 20 results from an estimated 200 matches similar to: "Rsync on webserver"

2002 May 13
2
rsync: network "bind interfaces only" command for rsync?
Hi, Is there a network interface listen command for rsync so that for a system with multiple network cards and multiple IP addresses - rsync will only be visible on a defined interface and defined IPs? Like in samba?: e.g., bind interfaces only = True interfaces = eth0 193.xy.zz.aa 193.xy.zz.ab Can't seem to find such a thing in the documentation. Cheers, Lachlan.
2002 Oct 21
1
Rsync and "ignore nonreadable" and timeout
Hi, Can anyone send me an example config file that makes use of ignore nonreadable timeout 600 When I try to put this in a module - rsync seems happy but it gets nasty logfile messages when a client connects to the server. Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo rmed line in configuration file: ignore nonreadable Oct 19 20:30:14 4T:sv1
2002 Sep 08
1
Rsync and trying to mirror Linux user areas
As root, I am trying to mirror a Redhat 7.3 Linux user area onto another Redhat 7.3 Linux box using rsync. This is using the following type of command: rsync -a -v --stats --safe-links However, rsync cannot mirror most of the user area because of the default permissions for the user areas. e.g., opendir(user1): Permission denied opendir(user2): Permission denied drwx------ 3 user1
2002 Oct 29
8
important caveat with Rsync on NT and dayligt savings time
Hi, just a small warning about something that has, like we experienced just last weekend, great consequences. We rsync more than 20 Netware servers through a mapping on an NT machine to central Rsync destination servers (also NT). Last weekend our clock changed to Daylight Savings Time. It appears that NT changes the file stamps on NTFS volumes accordingly (Q129574 on their suppor site). This
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
2001 Dec 19
3
RSYNC: Backup Solution thoughts...
>I'm thinking of how to backup an entire server ("server A") to a >remote area ("server B") using rsync. > >My initial thought was to have a shell account on server B, then have a >cronjob running as root on server A that uses rsync to send all the files >over to the shell account on server B. > >Then I thought that this is not reliable against
2002 Nov 08
1
Rsync Re: Trailing /
What should be the official behaviour here? I must admit some of my scripts probably have both trailing and non-trailing "/". But just played around until it was mirroring into the correct directory. Lachlan. At 18:20 07/11/02 -0500, you wrote: >It appears that the trailing slash in the source is being ignored: > >rsync -auv clam::root/usr/local/bin/ /tmp/bin > >ends
2001 Nov 20
1
Rsync: Re: patch to enable faster mirroring of large filesystems
Is there any chance this can be added into the distribution as it sounds really nifty. Another suggestion unless I have read the following - would it be useful to have a command option in rsync to generate the file list by doing the "find" and outputting into a standard format? (As this would make it less OS specific or kludgy?) Cheers, Lachlan. At 16:06 19/11/01 -0500, you wrote:
2001 Nov 15
0
RSYNC: Any Idiots guides out there
There is a rather rambling tutorial at: http://www.ccp14.ac.uk/ccp14admin/rsync/ (this does not have ssh tunnelling in there) Though for the following - if the files are owned by root - root will be the only one able to rsync them across? Maybe creating a special account with some extra file privaledges but not 100% root could get the job done for you? Lachlan. > I need to set-up
2003 Apr 09
0
error compiling portable openssh 3.6.1p1 on SGI IRIX 6.5x
Hi, First checking out http://www.openbsd.org/errata.html Following is output and error from trying to compile the latest openssh on SGI IRIX (using cc). Previous versions of openssh have compiled cleanly on this system using the following configure options. Is there a quick fix for this? Cheers, Lachlan. ------------------------------------------------------- For SGI IRIX 6.5x 10151453
2019 Jan 04
1
Compiling Dovecot on Solaris 11 fails
On 03/01/2019 20:42, Sami Ketola wrote: > does work just fine on my solaris 11 x86 box. ... > my test system is solaris 11.3 and I have gcc 4.5.2. Old versions of gcc do not have -mfunction-return=thunk 7 and 8 have it.
2016 May 17
2
Errors on Cross-Protocol Locking nbmand (ZFS Solaris)
Hello, I get the following errors when I move large e-mails (i.e. about 15MB) into mail files. May 17 13:26:48 mailer3 dovecot: [ID 583609 mail.error] imap(andrew): Error: fdatasync() failed with mbox file /home/andrew/Mail/nbmandON/mbox: Permission denied May 17 13:26:48 mailer3 dovecot: [ID 583609 mail.error] imap(andrew): Error: ftruncate() failed with mbox file
2007 Nov 23
3
webserver setup
Hi, I have setup a webserver on CentOS 4.5 with NameVirtualHost. Two VirtualHost should be reachable by port 80 from outside, while the third (default) should be only reachable by https from outside but by http from inside. Since all share the same IP firewalling seems to be out of question. So is there a way to restrict that in Apache config? regards, Andreas
2006 May 17
0
lib and webserver in development mode
Hi, I have some files in lib sub directory (and also helpers without controllers). Webrick and Apache seems to cache thoses files in development mode, so when I do some changes, I always need to restart them. Is there a way to avoid this? Thanks Seb
2006 Jan 27
0
FileUtils copy not working when invoked by webserver
I have image manipulation routines in one of my controllers, and in an attempt to "undo" bad image edits, I want to copy the original image file over the "working" image file. FileUtils::Verbose.cp(@registrant.image(''original''), @registrant.image) Works great when invoked with a valid @registrant object in script/console, but it does not work when invoked on
2005 Dec 16
0
getting the ri18n to dynamically switch locales without restarting webserver
I have a situation where i got my app working with ri18n using these instructions <http://thread.gmane.org/gmane.comp.lang.ruby.rails/16703> .I want to find out how to get the app to switch languages dynamically, For one language at a time it works perfectly without any errors or bugs. This is particularly because i am new to ruby and rails. _______________________________________________
2008 Aug 30
1
Setting up an SSL secured Webserver
Hi, http://wiki.centos.org/HowTos/Https Please correct me if I'm wrong, but doesn't the private keys get automatically generated and httpd gets configured for it (via conf.d/ssl.conf)? ?I'm just not sure what's different doing it the way described in the document. Thanks, -will -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 10
0
I use ImageMagick killed the WebServer of my BOSS :(
after I installed ImageMagick in windows 2003 server,and reboot server to let ruby find some dll,then,things happened, after server reboot for a few second,I start the InstantRails,then the server died, I use windows remote desktop to access my server, the server is dumped, I need for help, SOS!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2005 May 11
0
SIPURA SPA-2000 webserver dead after firmwareupgrade
<< Has anyone seen something like that and is there a fix? A google search didn't turn up any apparent hits.>> I have seen exactly this problem. Even IVR failed to work. Got an RMA from the supplier and they exchanged with no questions. Bill Seddon -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On
2006 Feb 04
1
Recommendations for securing a webserver
Hello, We're migrating a webserver from RedHat 7.x to CentOS 4.2. In the process, we'd like to improve security. We're currently planning on making sure SELinux is enabled, mounting the /tmp partition noexec, and running PHP in safe mode, hide_errors on, register_globals off by default. vsftpd is set to chroot logins. I've seen Apache run inside a chroot jail, but that