similar to: Moving linux server with rsync

Displaying 20 results from an estimated 100 matches similar to: "Moving linux server with rsync"

2004 Feb 18
2
ssh - how to send password ?
Hi, I'm trying to learn rsync and to aid this I'm trying some 'simple' syncronising over the net using SSH. What I can't find clearly explained in the docs is where to put the remote user password in the command line argument. For example I want to sync the two 'documents' directories - one on my local Linux box and another on a server in my office. The command
2004 Jan 21
1
Moving from one server to another with rsync?
Hi, I am currently in the process of migrating from RH 7.3 to RHEL ES 3.0 on my system. Of course there is a lot of iles that will need to change server (new server is ready). My question is of course what is the best way to do this? My thought is rsync with a function like this: 1: Running rsync once to get all the files over to my new system 2: Running rsync several times to keep the files
2013 Mar 08
1
Debian Squeeze packages available for Gluster 3.4.0-alpha2
I've made packages for Debian Squeeze for Gluster 3.4.0-alpha2, they are available on http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/. They built and installed successfully, and have been running nicely for a couple of hours, but your mileage may vary. The Debian packaging is on http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/glusterfs-3.4.0-debian.tar.gz. I took the
2013 Mar 18
2
How to evaluate the glusterfs performance with small file workload?
Hi guys I have met some troubles when I want to evaluate the glusterfs performance with small file workload. 1: What kind of benchmark should I use to test the small file operation ? As we all know, we can use iozone tools to test the large file operation, while for the sake of memory cache, if we testing small file operation with iozone, the result will not correct.
2005 Feb 18
1
Is this a bug or by design? Workaround?
Hi, I need to use the trailing 5 digits of a callerid. callerid may be anything from a length of 4 to 10 digits in this case. Using this: ----------- SubString,cid=${CALLERIDNUM}|-5|5 Works great, BUT shows this message: "The use of Substring application is deprecated. Please use ${variable:a:b} instead" So, I try --------- SetVar(cid=${CALLERIDNUM:-5:5}) The result is a empty
2005 Feb 21
0
bug? Unterminated comment detected beginning on line 0
Hi, Using latest cvs. A comment-line begins with semicolon ; However - if the line contains ;-- or like this ; -- blabla bla -- You get this error and * stops reading that file: Feb 21 13:47:12 WARNING[17393]: config.c:664 config_text_file_load: Unterminated comment detected beginning on line 0 Shouldn't Asterisk skip any line beginning with a semicolon? Or should a comment now be
2012 Nov 27
1
Performance after failover
Hey, all. I'm currently trying out GlusterFS 3.3. I've got two servers and four clients, all on separate boxes. I've got a Distributed-Replicated volume with 4 bricks, two from each server, and I'm using the FUSE client. I was trying out failover, currently testing for reads. I was reading a big file, using iftop to see which server was actually being read from. I put up an
2004 Jan 23
1
Rsync problem / Special characters
Hi, I have not esatblished a working rsync config on my server, but have found one major problem in which i hope there is a solution to. I'm based in Norway, with scandinavian clients. Of course we use several "special characters" in our keymap, which is not supported in US keyboards etc. I know there is a better word for this, unfortunatly i can't remeber it, so i hope you
2004 Apr 07
1
PSTN calls do NOT hang up
Hi all, In my Asterisk setup, incoming calls through Cisco PSTN gateway to Asterisk extensions sounds work fine. All calls can be terminated properly after hangup. However, when calls were forwarded to voicemail, after recording & hangup the PSTN calls and cisco FXO port remained connected unless cisco port was manually shut/no shut. # key used to hang up the call did NOT help. Did anyone
2006 Jan 09
19
Need help PLEASE
I have just taken on a new site and they were running ruby on rails for their store. I have finally found the database but I cannot get the store to work. I can''t even get it to show up. I have never used this software before and have no idea where to start. All I know is the client was upset when I told them we wou;ld have to start a new store. They apparently have a few hundred of
2008 Jun 10
4
[Off Topic, kind of] eMachine model T5254
Hi list, Best Buy currently has an eMachine on sale for less than $300.00 without monitor. I didn't see any recent complaints on www.consumeraffairs.com. I didn't take the time to do a thourgh search so may have missed some. Red Hat hardware list does not have one eMachine listed. I went to eMachine's home page and found the following: AMD Athlon? BE-2350 dual-core processor NVIDIA?
2003 Jun 22
0
what hardware to choose from?
Hi list, I am ready to implement VoIP for 2 of our offices. i do like to setup asterisk box in each office (behind PBX) and use our ADSL links to provide the tunnel. This will provide cheap telephone calls between offices. I also like to setting PBX, so it can let incoming call-thourgh to asterisk extensions, so our home users can use office * box to call to other office. I don't want to
2013 Feb 27
4
GlusterFS performance
Hello! I have GlusterFS installation with parameters: - 4 servers, connected by 1Gbit/s network (760-800 Mbit/s by iperf) - Distributed-replicated volume with 4 bricks and 2x4 redundancy formula. - Replicated volume with 2 bricks and 2x2 formula. I found some trouble: if I try to copy huge amount of files (94000 files, 3Gb size), this process takes terribly long time (from 20 to 40 minutes). I
2005 Mar 25
0
Re: Cross-building R packages
Jun hi again! Sorry for bothering. Although I had no problem with building Windows package under Linux, I noticed that man pages are not processed as they should or maybe I have a problem with my setup. My package is called 'GeneticsPed'. Instead of HTML or text files I just got a GeneticsPed.Rd.gz in man directory of a package (this is within GeneticsPed_0.1.zip file!). The file
2004 Mar 31
2
RE: RxFax/spandsp: not disconnecting
Hi Steve, I am having this problem in which RxFax is still holding the file after receiving a complete fax. Somehow the zap channel is still active but on the fax client it was sent successfully. If you call the line it is still busy. Changed from phase 3 to 4 >>> MCF: 8c HDLC underflow in state 8 Changed from phase 4 to 3 Slow carrier up <<< DCN: fb DCN with final frame tag
2004 Jun 17
0
[LLVMdev] generating instructions with embedded ConstantExprs from within LLVM
On Thu, 17 Jun 2004, Patrick Meredith wrote: > How is this done? Everything logical I have tried has failed, here was > one attempt: Can you give a few more details about what you are doing? Are you running the verifier before writing out bytecode? Is your code operating as a pass? Can you send a dump of the generated LLVM code? > Constant *C = (Constant*)
2004 Jun 10
0
hide caller id
Hi, We try ti hide the caller id at calls trought E1 in EuroISDN (Spain) using restrictcid=yes and doesn?t work. What can I do, thaks Pedro -----Mensaje original----- De: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]En nombre de asterisk-users-request@lists.digium.com Enviado el: mi?rcoles, 31 de marzo de 2004 12:00 Para: asterisk-users@lists.digium.com
2004 Jun 17
4
[LLVMdev] generating instructions with embedded ConstantExprs from within LLVM
How is this done? Everything logical I have tried has failed, here was one attempt: Constant *C = (Constant*) ConstantArray::get(inst2string(I)); //fucnction defined elsewhere //generates a correct Global string GlobalVariable *str = new GlobalVariable(C->getType(), true, GlobalValue::InternalLinkage, C, mkStrName( strNumber++ ), &M); std::vector<Value*>
2004 Aug 06
3
Liveice & Icecast...help
Yes, I downloaded the aumix utility and am using it now. Set line in to %50 then %25 and to record but still the same thing. I'm streaming from the line in on the sound card which is being fed from a portable radio nearby. I get the distortion whether I have the audio fed into 'line in' or not. Matt -----Original Message----- From: owner-icecast@xiph.org
2009 Apr 03
27
How can we improve WNE?
Hello everybody. I'm a (quite) happy WINE user, but i would like to propose some things to the WINE developers. Something important imo, is that it must be easy to use for the user, and some things could be better, here are some ideas to improve it by using Winecfg: 1. Add an option to disable/enable/edit debug channels for all programs. As you may know, a lot of programs runs faster