Re: [gentoo-user] copy hylafax faxes from one server to another

2014-09-12 Thread J. Roeleveld
On Thursday, September 11, 2014 11:56:43 PM Joseph wrote: I just install hylafaxplus on a new box and would like to copy old faxes from old server to a new one. I just rsync directories from: /var/spool/fax: docq doneq recvq sendq I'm using YajHFC to display faxes and after copying

Re: [gentoo-user] copy hylafax faxes from one server to another

2014-09-12 Thread Joseph
On 09/12/14 08:17, J. Roeleveld wrote: On Thursday, September 11, 2014 11:56:43 PM Joseph wrote: I just install hylafaxplus on a new box and would like to copy old faxes from old server to a new one. I just rsync directories from: /var/spool/fax: docq doneq recvq

Re: [gentoo-user] Re: [SOLVED] can not compile / emerge

2014-09-12 Thread Joseph
On 09/11/14 15:36, J. Roeleveld wrote: On 11 September 2014 14:28:16 CEST, Joseph syscon...@gmail.com wrote: On 09/11/14 12:07, James wrote: Joseph syscon780 at gmail.com writes: http://forums.gentoo.org/viewtopic-t-909052-highlight- brother.html?sid=1ba0b92db499262c6a74919d86c6af43

[gentoo-user] duplicate HD drives

2014-09-12 Thread Joseph
I have two identical HD in a box and want to duplicate sda to sdb I want sdb to be bootable just in case something happens to sda so I can swap the drives and boot. Do I boot from USB and run: dd if=/dev/sda of=/dev/sdb bs=512 count=1 fdisk -l /dev/sda Disk /dev/sda: 596.2 GiB, 640135028736

Re: [gentoo-user] duplicate HD drives

2014-09-12 Thread Ivan Viso Altamirano
You are only cloning the first 512 bytes , remove the count parameter . It is usefull if you need to copy/restore the mbr . El 12/09/2014 23:53, Joseph syscon...@gmail.com escribió: I have two identical HD in a box and want to duplicate sda to sdb I want sdb to be bootable just in case

Re: [gentoo-user] duplicate HD drives

2014-09-12 Thread Ivan Viso Altamirano
El 13/09/2014 00:18, Ivan Viso Altamirano ivanviso...@gmail.com escribió: You are only cloning the first 512 bytes , remove the count parameter . It is usefull if you need to copy/restore the mbr . El 12/09/2014 23:53, Joseph syscon...@gmail.com escribió: I have two identical HD in a box and

Re: [gentoo-user] duplicate HD drives

2014-09-12 Thread Neil Bothwick
On Fri, 12 Sep 2014 15:53:19 -0600, Joseph wrote: I have two identical HD in a box and want to duplicate sda to sdb I want sdb to be bootable just in case something happens to sda so I can swap the drives and boot. Do I boot from USB and run: dd if=/dev/sda of=/dev/sdb bs=512 count=1 If

Re: [gentoo-user] duplicate HD drives

2014-09-12 Thread Alexander Puchmayr
On Freitag, 12. September 2014, 15:53:19 Joseph wrote: I have two identical HD in a box and want to duplicate sda to sdb OK, do you want to copy just the boot sector or clone the whole disk with all data on it? I want sdb to be bootable just in case something happens to sda so I can swap the

Re: [gentoo-user] copy hylafax faxes from one server to another

2014-09-12 Thread Henrique Lengler
Please J. Roeleveld, may you avoid send html mails? It's spoiling the messages. On Fri, Sep 12, 2014 at 08:17:36AM +0200, J. Roeleveld wrote: On Thursday, September 11, 2014 11:56:43 PM Joseph wrote: I just install hylafaxplus on a new box and would like to copy old faxes

Re: [gentoo-user] duplicate HD drives

2014-09-12 Thread Joseph
On 09/12/14 23:52, Neil Bothwick wrote: On Fri, 12 Sep 2014 15:53:19 -0600, Joseph wrote: I have two identical HD in a box and want to duplicate sda to sdb I want sdb to be bootable just in case something happens to sda so I can swap the drives and boot. Do I boot from USB and run: dd