Hello, I've got a remote server, Linux, that i have to redo. My hosting provider makes the redo easy, as they have images you can select, operating system version and dependingo on what you pick is what you get. My problem is it'll kill my current data. I've got to back up the / partition from this server to a local server here, then redo the remote machine, then reload the data. Has anyone done partition backups over the net? Thanks. Dave.
Hi, This machine that runs the list runs under a similar configuration. I just tar up the relevant directories and then send them across. There is also an NFS space they provide for such backups, which I could FTP off if I wanted to, but I just Rsync the whole thing to my server here. You could tar / if you wanted but probably easier to just backup what you wanted (you could backup /etc for example). Thanks. Andrew. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Dave Sent: 24 July 2009 20:10 To: 'Blind sysadmins list' Subject: [Blind-sysadmins] backing up a partition via the internet Hello, I've got a remote server, Linux, that i have to redo. My hosting provider makes the redo easy, as they have images you can select, operating system version and dependingo on what you pick is what you get. My problem is it'll kill my current data. I've got to back up the / partition from this server to a local server here, then redo the remote machine, then reload the data. Has anyone done partition backups over the net? Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins
Hi, This machine that runs the list runs under a similar configuration. I just tar up the relevant directories and then send them across. There is also an NFS space they provide for such backups, which I could FTP off if I wanted to, but I just Rsync the whole thing to my server here. You could tar / if you wanted but probably easier to just backup what you wanted (you could backup /etc for example). Thanks. Andrew. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Dave Sent: 24 July 2009 20:10 To: 'Blind sysadmins list' Subject: [Blind-sysadmins] backing up a partition via the internet Hello, I've got a remote server, Linux, that i have to redo. My hosting provider makes the redo easy, as they have images you can select, operating system version and dependingo on what you pick is what you get. My problem is it'll kill my current data. I've got to back up the / partition from this server to a local server here, then redo the remote machine, then reload the data. Has anyone done partition backups over the net? Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins
Hi, Thanks for your reply. My problem is i have soft links and databases i need to ensure get across. Whenever i use tar that doesn't always happen. I was thinking of dump/restore. My problem is i would then have to mount the remote server partition here and do the dump or mount a local partition here to the remote server, i am not sure if this is even possible or if it is if it's secure, i would definitely want this encrypted. Thanks. Dave. -----Original Message----- From: Andrew Hodgson [mailto:andrew@hodgsonfamily.org] Sent: Friday, July 24, 2009 3:13 PM To: dave.mehler@gmail.com; Blind sysadmins list Subject: RE: [Blind-sysadmins] backing up a partition via the internet Hi, This machine that runs the list runs under a similar configuration. I just tar up the relevant directories and then send them across. There is also an NFS space they provide for such backups, which I could FTP off if I wanted to, but I just Rsync the whole thing to my server here. You could tar / if you wanted but probably easier to just backup what you wanted (you could backup /etc for example). Thanks. Andrew. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Dave Sent: 24 July 2009 20:10 To: 'Blind sysadmins list' Subject: [Blind-sysadmins] backing up a partition via the internet Hello, I've got a remote server, Linux, that i have to redo. My hosting provider makes the redo easy, as they have images you can select, operating system version and dependingo on what you pick is what you get. My problem is it'll kill my current data. I've got to back up the / partition from this server to a local server here, then redo the remote machine, then reload the data. Has anyone done partition backups over the net? Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins
Hi, Simlinks will work with tar, databases will restore correctly under certain conditions. My backup script will actually mysqldump the databases because that is more reliable and also allows me to go back easily. Using dd or similar may be possible depending on the file system they use for the underlying system (if it is a virtual machine especially so), though I am not sure how you would even go about restoring that without overrighting some critical data from the new image. Andrew. ________________________________________ From: blind-sysadmins-bounces@lists.hodgsonfamily.org [blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Dave [dave.mehler@gmail.com] Sent: 24 July 2009 20:42 To: 'Andrew Hodgson' Cc: 'Blind sysadmins list' Subject: Re: [Blind-sysadmins] backing up a partition via the internet Hi, Thanks for your reply. My problem is i have soft links and databases i need to ensure get across. Whenever i use tar that doesn't always happen. I was thinking of dump/restore. My problem is i would then have to mount the remote server partition here and do the dump or mount a local partition here to the remote server, i am not sure if this is even possible or if it is if it's secure, i would definitely want this encrypted. Thanks. Dave. -----Original Message----- From: Andrew Hodgson [mailto:andrew@hodgsonfamily.org] Sent: Friday, July 24, 2009 3:13 PM To: dave.mehler@gmail.com; Blind sysadmins list Subject: RE: [Blind-sysadmins] backing up a partition via the internet Hi, This machine that runs the list runs under a similar configuration. I just tar up the relevant directories and then send them across. There is also an NFS space they provide for such backups, which I could FTP off if I wanted to, but I just Rsync the whole thing to my server here. You could tar / if you wanted but probably easier to just backup what you wanted (you could backup /etc for example). Thanks. Andrew. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Dave Sent: 24 July 2009 20:10 To: 'Blind sysadmins list' Subject: [Blind-sysadmins] backing up a partition via the internet Hello, I've got a remote server, Linux, that i have to redo. My hosting provider makes the redo easy, as they have images you can select, operating system version and dependingo on what you pick is what you get. My problem is it'll kill my current data. I've got to back up the / partition from this server to a local server here, then redo the remote machine, then reload the data. Has anyone done partition backups over the net? Thanks. Dave. _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins -- allpay achieved PCI DSS and ISO 27001 certification in 2008 Registered in England No. 02933191. UK VAT Reg. No. 666 9148 88. Telephone: 0844 225 5729, Fax: 0844 557 8350. Website: www.allpay.net Email: enquiries@allpay.net This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify the allpay Information Security Manager at the number above.
hello lister I need your help which content management selution is accessible for blind and how to test it ? any help would be appreciated philip
I have been using Drupal for over a year now. www.drupal.org. You can also check out my web site to see what you think, it's below. thanks Casey Mathews Web Friendly Help | Demystifying Tech www.WebFriendlyHelp.com -------------------------------------------------- From: "philip" <philip_maher2005@yahoo.co.uk> Sent: Tuesday, August 04, 2009 4:30 AM To: <matt.bsa@wh1t3.net>; "Blind sysadmins list" <blind-sysadmins@lists.hodgsonfamily.org> Subject: [Blind-sysadmins] accessible web content manager
hello lister I need your help which content management selution is accessible for blind and how to test it ? any help would be appreciated philip _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins
Hello, I'm pulling my hair out with this at the moment. I've never configured Mailman from scratch before and I'm having a problem understanding where everything fits. I want to configure mailman so that each user account on the server can optionally have a customized mailman configuration. For example: I've a virtual domain set up in /etc/apache2/sites-available and obviously sites-enabled that takes traffic for "mydomain.com" How do I make mailman have a customized interface etc for this domain? Thinking about it, I can put a directory into the virtual domain file that will route all traffic to mailman but that's only part of the problem solved. Can anyone suggest any good documentation? I'm running a server with Ubuntu 8.04 LTS. Thanks Darragh
Hello, I'm pulling my hair out with this at the moment. I've never configured Mailman from scratch before and I'm having a problem understanding where everything fits. I want to configure mailman so that each user account on the server can optionally have a customized mailman configuration. For example: I've a virtual domain set up in /etc/apache2/sites-available and obviously sites-enabled that takes traffic for "mydomain.com" How do I make mailman have a customized interface etc for this domain? Thinking about it, I can put a directory into the virtual domain file that will route all traffic to mailman but that's only part of the problem solved. Can anyone suggest any good documentation? I'm running a server with Ubuntu 8.04 LTS. Thanks Darragh
Hi, The Apache integration is very easy. The CGI looks at the domain name in the host header and presents the users with the lists at that domain. The more tricky bit is the MTA integration and that is specific to the MTA you are using. The docs in /usr/share/doc/mailman is what I used to get my Mailman setup working with, I have a multidomain setup on lists.hodgsonfamily.org which works well (with the only caveat being that the lists can't share the same names at each domain). I originally used Exim4 but moved to Postfix to provide some other functionality (when I moved from Debian to Ubuntu). Thanks. Andrew. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh.OHeiligh@Oireachtas.ie Sent: 04 August 2009 18:15 To: Blind sysadmins list Subject: [Blind-sysadmins] mailman configuration. Hello, I'm pulling my hair out with this at the moment. I've never configured Mailman from scratch before and I'm having a problem understanding where everything fits. I want to configure mailman so that each user account on the server can optionally have a customized mailman configuration. For example: I've a virtual domain set up in /etc/apache2/sites-available and obviously sites-enabled that takes traffic for "mydomain.com" How do I make mailman have a customized interface etc for this domain? Thinking about it, I can put a directory into the virtual domain file that will route all traffic to mailman but that's only part of the problem solved. Can anyone suggest any good documentation? I'm running a server with Ubuntu 8.04 LTS. Thanks Darragh _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins
Cool. Just as you wrote that I got the domain part working. OH joy! next part is the MTA stuff. thanks again.
Cool. Just as you wrote that I got the domain part working. OH joy! next part is the MTA stuff. thanks again.
There's a stupid thing I don't understand. creating a sub domain. Is there something that needs to be changed on the DNS pointer as well or should an alias or a new virtual host do it? I'd have thought it was both. Thanks
There's a stupid thing I don't understand. creating a sub domain. Is there something that needs to be changed on the DNS pointer as well or should an alias or a new virtual host do it? I'd have thought it was both. Thanks
Hi, You need an A record and an MX record at least. Thanks. Andrew. Andrew Hodgson Senior Systems Administrator/Projects Engineer Direct Line Tel: 01432 852332 Email: andrew.hodgson@allpay.net Please do not print this email unless absolutely necessary. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh.OHeiligh@Oireachtas.ie Sent: 04 August 2009 18:44 To: Blind sysadmins list Cc: Blind sysadmins list; blind-sysadmins-bounces@lists.hodgsonfamily.org Subject: Re: [Blind-sysadmins] mailman configuration. There's a stupid thing I don't understand. creating a sub domain. Is there something that needs to be changed on the DNS pointer as well or should an alias or a new virtual host do it? I'd have thought it was both. Thanks _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins -- allpay achieved PCI DSS and ISO 27001 certification in 2008 Registered in England No. 02933191. UK VAT Reg. No. 666 9148 88. Telephone: 0844 225 5729, Fax: 0844 557 8350. Website: www.allpay.net Email: enquiries@allpay.net This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received this email in error please notify the allpay Information Security Manager at the number above.
Hi, The Apache integration is very easy. The CGI looks at the domain name in the host header and presents the users with the lists at that domain. The more tricky bit is the MTA integration and that is specific to the MTA you are using. The docs in /usr/share/doc/mailman is what I used to get my Mailman setup working with, I have a multidomain setup on lists.hodgsonfamily.org which works well (with the only caveat being that the lists can't share the same names at each domain). I originally used Exim4 but moved to Postfix to provide some other functionality (when I moved from Debian to Ubuntu). Thanks. Andrew. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Darragh.OHeiligh@Oireachtas.ie Sent: 04 August 2009 18:15 To: Blind sysadmins list Subject: [Blind-sysadmins] mailman configuration. Hello, I'm pulling my hair out with this at the moment. I've never configured Mailman from scratch before and I'm having a problem understanding where everything fits. I want to configure mailman so that each user account on the server can optionally have a customized mailman configuration. For example: I've a virtual domain set up in /etc/apache2/sites-available and obviously sites-enabled that takes traffic for "mydomain.com" How do I make mailman have a customized interface etc for this domain? Thinking about it, I can put a directory into the virtual domain file that will route all traffic to mailman but that's only part of the problem solved. Can anyone suggest any good documentation? I'm running a server with Ubuntu 8.04 LTS. Thanks Darragh _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins
participants (7)
-
Andrew Hodgson
-
Andrew Hodgson
-
Casey Mathews
-
Darragh.OHeiligh@Oireachtas.ie
-
Dave
-
philip
-
White, Matt