Re: Backing up whole Debian installation from laptop to laptop via ssh?

2022-11-14 Thread Stefan Monnier
> For some unknown reason, network configuration (wireless networks > etc.) in NetworkManager includes the MAC address of the local NIC > too, so you may need to fix those up after transfer. This sucks, indeed. I can't understand why they do that (maybe as an option, I could see occas

Re: Backing up whole Debian installation from laptop to laptop via ssh?

2022-11-14 Thread Steve McIntyre
ottavio2006-usenet2...@yahoo.com wrote: >I have an old Thinkpad on its last legs which I cannot shutdown (long >story). Then I have a slightly better Thinkpad with similar hard >drive. Debian is split into three partitions (root. home and swap)/ > >I'll recreate a similar partitioning from a live u

Re: Backing up whole Debian installation from laptop to laptop via ssh?

2022-11-14 Thread David Wright
On Mon 14 Nov 2022 at 14:53:34 (+), Ottavio Caruso wrote: > I have an old Thinkpad on its last legs which I cannot shutdown (long > story). Then I have a slightly better Thinkpad with similar hard > drive. Debian is split into three partitions (root. home and swap)/ > > I'll recreate a similar

Re: Backing up whole Debian installation from laptop to laptop via ssh?

2022-11-14 Thread Nate Bargmann
* On 2022 14 Nov 09:16 -0600, Ottavio Caruso wrote: > I have an old Thinkpad on its last legs which I cannot shutdown (long > story). Then I have a slightly better Thinkpad with similar hard > drive. Debian is split into three partitions (root. home and swap)/ > > I'll recreate a similar partition

Re: Backing up whole Debian installation from laptop to laptop via ssh?

2022-11-14 Thread Peter Ehlert
On 11/14/22 06:53, Ottavio Caruso wrote: I have an old Thinkpad on its last legs which I cannot shutdown (long story). Then I have a slightly better Thinkpad with similar hard drive. Debian is split into three partitions (root. home and swap)/ I'll recreate a similar partitioning from a live u

Re: Backing up whole Debian installation from laptop to laptop via ssh?

2022-11-14 Thread Peter von Kaehne
> On 14 Nov 2022, at 15:15, Ottavio Caruso > wrote: > > [..] copy the data on the new drive, reinstall grub and modify > fstab. > > Will this work? Depends on what kind of “copy” you make. You will need to keep ownership, permissions and links intact. And possibly more. I would install a

Re: backing up backups

2022-04-21 Thread David Wright
On Mon 18 Apr 2022 at 16:06:48 (-0400), Default User wrote: > BTW, I think I have narrowed the previous restore problem down to what I > believe is a "buggy" early UEFI implementation on my computer (circa 2014). > Irrelevant now; I have re-installed with BIOS (not UEFI) booting and MBR > (not GP

Re: backing up backups

2022-04-19 Thread David Wright
On Tue 19 Apr 2022 at 07:19:58 (+0200), DdB wrote: > So i came up with the idea to create a sort of inventory using a sparse > copy of empty files only (using mkdir, truncate + touch). The space > requirements are affordable (like 2.3M for an inventory representing > 3.5T of data). The effect bein

Re: backing up backups

2022-04-18 Thread DdB
Hello, Am 11.04.2022 um 04:58 schrieb Default User: > So . . .   what IS the correct way to make "backups of backups"? > I don't know that for sure, but at first glance, i dont understand the complexity of your setup either. Seems to by quite elaborate, which is certainly suiting your needs. And

Re: backing up backups

2022-04-18 Thread Keith Bainbridge
On 11/4/22 10:58, Default User wrote: So . . .   what IS the correct way to make "backups of backups"? Sorry to take so long to respond. I am traveling and have only short periods that I can spend on non-pressing matters. To answer your question: the method that gets you the result you wan

Re: backing up backups

2022-04-18 Thread David Christensen
On 4/18/22 13:06, Default User wrote: Finally, fun fact: Many years ago, at a local Linux user group meeting, Sun Microsystems put on a demonstration of their ZFS filesystem. To prove how robust it was, they pulled the power cord out of the wall socket on a running desktop computer. Then they pl

Re: backing up backups

2022-04-18 Thread Default User
On Thu, Apr 14, 2022 at 3:24 AM David Christensen wrote: > On 4/13/22 20:03, Default User wrote: > > On Wed, Apr 13, 2022 at 4:42 PM David Christensen wrote: > > >> As you find system administration commands that work, put them into > >> scripts: > >> > >> #!/bin/sh > >> sudo rsync -aAXHxvv --del

Re: backing up backups

2022-04-14 Thread David Christensen
On 4/13/22 20:03, Default User wrote: On Wed, Apr 13, 2022 at 4:42 PM David Christensen wrote: As you find system administration commands that work, put them into scripts: #!/bin/sh sudo rsync -aAXHxvv --delete --info=progress2,stats2,name2 /media/default/MSD1/ /media/default/MSD2/ Use a ve

Re: backing up backups

2022-04-13 Thread Default User
On Wed, Apr 13, 2022 at 4:42 PM David Christensen wrote: > On 4/13/22 09:20, Default User wrote: > > >> Hey guys, sorry for just getting back with you now. > >> Unfortunately, I am just now recovering from a self-inflicted computer > >> disaster. > >> > >> While fighting with rsync, I did either:

Re: backing up backups

2022-04-13 Thread David Christensen
On 4/13/22 09:20, Default User wrote: Hey guys, sorry for just getting back with you now. Unfortunately, I am just now recovering from a self-inflicted computer disaster. While fighting with rsync, I did either: sudo rsync -aAXHSxvv --delete --info=progress2,stats2,name2 /media/default/MSD1/ /

Re: backing up backups

2022-04-13 Thread Default User
On Wed, Apr 13, 2022 at 12:09 PM Default User wrote: > > > On Mon, Apr 11, 2022 at 12:03 PM David Christensen < > dpchr...@holgerdanske.com> wrote: > >> On 4/10/22 22:15, to...@tuxteam.de wrote: >> > On Sun, Apr 10, 2022 at 09:44:59PM -0700, David Christensen wrote: >> >> On 4/10/22 19:58, Defaul

Re: backing up backups

2022-04-11 Thread David Christensen
On 4/10/22 22:15, to...@tuxteam.de wrote: On Sun, Apr 10, 2022 at 09:44:59PM -0700, David Christensen wrote: On 4/10/22 19:58, Default User wrote: Hello! My setup: - single home x86-64 computer running Debian 11 Stable, up to date. - one 4-Tb external usb hard drive to use as a backup device,

Re: backing up backups

2022-04-10 Thread tomas
On Sun, Apr 10, 2022 at 09:44:59PM -0700, David Christensen wrote: > On 4/10/22 19:58, Default User wrote: > > Hello! > > > > My setup: > > - single home x86-64 computer running Debian 11 Stable, up to date. > > - one 4-Tb external usb hard drive to use as a backup device, labeled MSD1. > > - anot

Re: backing up backups

2022-04-10 Thread David Christensen
On 4/10/22 19:58, Default User wrote: Hello! My setup: - single home x86-64 computer running Debian 11 Stable, up to date. - one 4-Tb external usb hard drive to use as a backup device, labeled MSD1. - another identical usb hard drive, labeled MSD2, to use as a copy of the backups on MSD1. - the

Re: backing up backups

2022-04-10 Thread Default User
On Sun, Apr 10, 2022 at 11:13 PM David wrote: > On Mon, 11 Apr 2022 at 12:59, Default User > wrote: > > > Then I try to use rsync to make an identical copy of backup device MSD1 > on an absolutely identical 4-Tb external usb hard drive, > > labeled MSD2, using this command: > > > > sudo rsync -a

Re: backing up backups

2022-04-10 Thread David
On Mon, 11 Apr 2022 at 12:59, Default User wrote: > Then I try to use rsync to make an identical copy of backup device MSD1 on an > absolutely identical 4-Tb external usb hard drive, > labeled MSD2, using this command: > > sudo rsync -aAXHxvv --delete --info=progress2,stats2,name2 > /media/defa

etckeeper (was: Re: Backing up system customization: …)

2013-08-04 Thread Martin Steigerwald
Am Freitag, 1. Februar 2013, 17:00:59 schrieb Brad Alexander: > etckeeper - A package that places a git repo under /etc, and captures > changes to /etc config files, mainly by puppet and apt, which both > have "hooks" files to implement changes. The truly paranoid could > combine/clone all of the g

Re: Backing up on obnam.

2013-06-24 Thread Celejar
On Tue, 25 Jun 2013 05:13:13 +0100 Sharon Kimble wrote: > On 25 June 2013 02:57, Celejar wrote: > > > On Mon, 24 Jun 2013 19:51:23 +0100 > > Sharon Kimble wrote: > > > > > I am using obnam 1.4 on wheezy with no problems, but, I am unable to back > > > up both /etc and /var both at the same tim

Re: Backing up on obnam.

2013-06-24 Thread Sharon Kimble
On 25 June 2013 02:57, Celejar wrote: > On Mon, 24 Jun 2013 19:51:23 +0100 > Sharon Kimble wrote: > > > I am using obnam 1.4 on wheezy with no problems, but, I am unable to back > > up both /etc and /var both at the same time. I've tried 'root = /etc, > /var' > > and /etc is backed up but not /v

Re: Backing up on obnam.

2013-06-24 Thread Celejar
On Mon, 24 Jun 2013 19:51:23 +0100 Sharon Kimble wrote: > I am using obnam 1.4 on wheezy with no problems, but, I am unable to back > up both /etc and /var both at the same time. I've tried 'root = /etc, /var' > and /etc is backed up but not /var. > > How then can I back up /var at the same time

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-02-01 Thread Brad Alexander
On Fri, Feb 1, 2013 at 4:35 PM, Linux-Fan wrote: > On 01/30/2013 11:29 AM, Andrei POPESCU wrote: >> On Ma, 29 ian 13, 11:20:42, Linux-Fan wrote: >>> On 01/28/2013 11:02 PM, Andrei POPESCU wrote: On Du, 27 ian 13, 19:12:40, Martin Steigerwald wrote: > > Well, for only 4 systems puppet

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-02-01 Thread Linux-Fan
On 01/30/2013 11:29 AM, Andrei POPESCU wrote: > On Ma, 29 ian 13, 11:20:42, Linux-Fan wrote: >> On 01/28/2013 11:02 PM, Andrei POPESCU wrote: >>> On Du, 27 ian 13, 19:12:40, Martin Steigerwald wrote: Well, for only 4 systems puppet might be a bit off. I´d suggest starting with

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-30 Thread Andrei POPESCU
On Ma, 29 ian 13, 11:20:42, Linux-Fan wrote: > On 01/28/2013 11:02 PM, Andrei POPESCU wrote: > > On Du, 27 ian 13, 19:12:40, Martin Steigerwald wrote: > >> > >> Well, for only 4 systems puppet might be a bit off. I´d suggest starting > >> with > >> puppet not before at least 10 systems. > > > >

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-29 Thread John Hasler
Linux-Fan writes: > This is also what I expect from Debian packaging: Work once, enjoy > later. I find that the majority Debian packages work out-of-the-box with no "work" whatever. Most of the rest require only trivial configuration, usually handled by debconf. Some packages (such as Puppet) in

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-29 Thread Linux-Fan
On 01/28/2013 11:02 PM, Andrei POPESCU wrote: > On Du, 27 ian 13, 19:12:40, Martin Steigerwald wrote: >> >> Well, for only 4 systems puppet might be a bit off. I´d suggest starting >> with >> puppet not before at least 10 systems. > > The initial setup is definitely not trivial, but afterwards y

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-28 Thread Andrei POPESCU
On Du, 27 ian 13, 19:12:40, Martin Steigerwald wrote: > > Well, for only 4 systems puppet might be a bit off. I´d suggest starting with > puppet not before at least 10 systems. The initial setup is definitely not trivial, but afterwards you sit back and relax ;) Kind regards, Andrei -- Offtop

Typo in {Re: Backing up system customization: Is Debian packaging better than Remastersys?}

2013-01-27 Thread Richard Owlett
Martin Steigerwald wrote: [SNIP] This only works if the only customization is in /etc and ~. But unfortunately I sometimes need to use software which is not available in the Debian repositories and therefore also had some binary applications which needed to be transferred. Okay, for this, if

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Martin Steigerwald
Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: > On 01/27/2013 07:42 PM, Martin Steigerwald wrote: > > Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: > >> Dear Debian users, > >> > >> I have configured my system to my specific needs by installing > >> packages, changing their configuration, adding

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Linux-Fan
On 01/27/2013 07:42 PM, Martin Steigerwald wrote: > Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: >> Dear Debian users, >> >> I have configured my system to my specific needs by installing packages, >> changing their configuration, adding a useful HTML-Documentation >> collection and installing so

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Linux-Fan
On 01/27/2013 07:12 PM, Martin Steigerwald wrote: > Hmmm, okay. > > Since that rsync is so fast and will become faster when I replace it with > btrfs send/receive, I did not care. I have also noticed that rsync is quite fast but its (in my case) just the amount of storage required which I do not

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Martin Steigerwald
Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: > Dear Debian users, > > I have configured my system to my specific needs by installing packages, > changing their configuration, adding a useful HTML-Documentation > collection and installing some programs from source. The resulting > system is used

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Martin Steigerwald
Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: > On 01/27/2013 05:44 PM, Martin Steigerwald wrote: > > Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: > >> But I am still not fully satisfied with this solution because making a > >> live-DVD out of the currently-running system has some issues: > >>

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Linux-Fan
On 01/27/2013 05:44 PM, Martin Steigerwald wrote: > Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: >> But I am still not fully satisfied with this solution because making a >> live-DVD out of the currently-running system has some issues: >> >> 1. If I ever need to re-install my system and do not ha

Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-27 Thread Martin Steigerwald
Am Sonntag, 27. Januar 2013 schrieb Linux-Fan: > But I am still not fully satisfied with this solution because making a > live-DVD out of the currently-running system has some issues: > > 1. If I ever need to re-install my system and do not have the >remastersys-DVD available, I will have trou

Re: backing up

2012-05-28 Thread Chris Davies
Frank McCormick wrote: > What I ended up doing was to add the -p parameter to cp to ensure > attributes were maintained. Also added -u to only update changed files Based on the previous postings in the thread this will run whenever anyone logs out, not just you. As long as you're aware of risk

Re: backing up

2012-05-28 Thread Frank McCormick
On 28/05/12 04:31 AM, Chris Davies wrote: Frank McCormick wrote: Just for fun I created a new user (my wife)..and ran a session under "her" account...she could not write to my directory so nothing happened. This whole thread has convinced me I need to learn more about bash and scripting :)

Re: backing up

2012-05-28 Thread Chris Davies
Frank McCormick wrote: >Just for fun I created a new user (my wife)..and ran a session under > "her" account...she could not write to my directory so nothing happened. > This whole thread has convinced me I need to learn more about bash and > scripting :) It's not difficult [*] to check wh

[SOLVED] Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 05:18 PM, Ralf Mardorf wrote: On Sun, 2012-05-27 at 16:51 -0400, Frank McCormick wrote: On 27/05/12 04:42 PM, Ralf Mardorf wrote: /etc/gdm3/PostSession/Default #!/bin/sh sh ~/a_script exit 0 /home/user_dir/a_script #!/bin/sh cp -R ~/.thunderbird ~/thunderbird.backup exit 0 Ho

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 16:51 -0400, Frank McCormick wrote: > On 27/05/12 04:42 PM, Ralf Mardorf wrote: > > > >> /etc/gdm3/PostSession/Default > >> > >> #!/bin/sh > >> sh ~/a_script > >> exit 0 > >> > >> /home/user_dir/a_script > >> > >> #!/bin/sh > >> cp -R ~/.thunderbird ~/thunderbird.backup > >>

Re: backing up

2012-05-27 Thread Ralf Mardorf
> /etc/gdm3/PostSession/Default > > #!/bin/sh > sh ~/a_script > exit 0 > > /home/user_dir/a_script > > #!/bin/sh > cp -R ~/.thunderbird ~/thunderbird.backup > exit 0 > > How to check if the file exists is described in the Internet. Before I go off-line a last hint ;p. spinymouse@precise:~$

Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 04:04 PM, Ralf Mardorf wrote: On Sun, 2012-05-27 at 21:52 +0200, Ralf Mardorf wrote: On Sun, 2012-05-27 at 20:21 +0200, Ralf Mardorf wrote: Or you add a flag to a config in all /home/user_dirs, where .thunderbird should be copied and check for this flag. FWIW the user name can be di

Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 03:06 PM, Ralf Mardorf wrote: On Sun, 2012-05-27 at 14:50 -0400, Frank McCormick wrote: Just for fun I created a new user (my wife)..and ran a session under "her" account...she could not write to my directory so nothing happened. I suspect that the user "root" never would run

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 21:52 +0200, Ralf Mardorf wrote: > On Sun, 2012-05-27 at 20:21 +0200, Ralf Mardorf wrote: > > Or you add a flag to a config in all /home/user_dirs, where .thunderbird > > should be copied and check for this flag. FWIW the user name can be > > different from the /home/dir's nam

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 20:21 +0200, Ralf Mardorf wrote: > Or you add a flag to a config in all /home/user_dirs, where .thunderbird > should be copied and check for this flag. FWIW the user name can be > different from the /home/dir's name. You still could do this and that, > but perhaps you can use

Re: backing up

2012-05-27 Thread Ralf Mardorf
If there should happen something different for the different $USERs you could use "case" http://www.thegeekstuff.com/2010/07/bash-case-statement/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archiv

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 14:50 -0400, Frank McCormick wrote: > Just for fun I created a new user (my wife)..and ran a session under > "her" account...she could not write to my directory so nothing happened. I suspect that the user "root" never would run Thunderbird, but assumed the user root wou

Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 02:21 PM, Ralf Mardorf wrote: On Sun, 2012-05-27 at 13:38 -0400, Frank McCormick wrote: On 27/05/12 01:27 PM, Ralf Mardorf wrote: On Sun, 2012-05-27 at 12:49 -0400, Frank McCormick wrote: On 27/05/12 10:04 AM, Ralf Mardorf wrote: If you added cp -R ~/.thunderbird ~/.thunderbird.b

Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 01:30 PM, Ralf Mardorf wrote: On Sun, 2012-05-27 at 19:27 +0200, Ralf Mardorf wrote: On Sun, 2012-05-27 at 12:49 -0400, Frank McCormick wrote: On 27/05/12 10:04 AM, Ralf Mardorf wrote: If you added cp -R ~/.thunderbird ~/.thunderbird.backup to a script, than the backup must be in

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 20:21 +0200, Ralf Mardorf wrote: > On Sun, 2012-05-27 at 13:38 -0400, Frank McCormick wrote: > > On 27/05/12 01:27 PM, Ralf Mardorf wrote: > > > On Sun, 2012-05-27 at 12:49 -0400, Frank McCormick wrote: > > >> On 27/05/12 10:04 AM, Ralf Mardorf wrote: > > >>> If you added > >

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 13:38 -0400, Frank McCormick wrote: > On 27/05/12 01:27 PM, Ralf Mardorf wrote: > > On Sun, 2012-05-27 at 12:49 -0400, Frank McCormick wrote: > >> On 27/05/12 10:04 AM, Ralf Mardorf wrote: > >>> If you added > >>> cp -R ~/.thunderbird ~/.thunderbird.backup > >>> to a scrip

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 19:27 +0200, Ralf Mardorf wrote: > On Sun, 2012-05-27 at 12:49 -0400, Frank McCormick wrote: > > On 27/05/12 10:04 AM, Ralf Mardorf wrote: > > > If you added > > > cp -R ~/.thunderbird ~/.thunderbird.backup > > > to a script, than the backup must be in ~/. > > > > > > Perh

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 12:49 -0400, Frank McCormick wrote: > On 27/05/12 10:04 AM, Ralf Mardorf wrote: > > If you added > > cp -R ~/.thunderbird ~/.thunderbird.backup > > to a script, than the backup must be in ~/. > > > > Perhaps the script runs "cd /var/lib/gdm3" and you added "cp -R > > ~/.th

Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 10:04 AM, Ralf Mardorf wrote: If you added cp -R ~/.thunderbird ~/.thunderbird.backup to a script, than the backup must be in ~/. Perhaps the script runs "cd /var/lib/gdm3" and you added "cp -R ~/.thunderbird .thunderbird.backup", the backup without the path? You should post what

Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 09:07 -0400, Frank McCormick wrote: > sid:/var/lib/gdm3# > ls -a . >thunderbird.backup The name already isn't ".thunderbird.backup", but "thunderbird.backup" without the first dot. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a s

Re: backing up

2012-05-27 Thread Ralf Mardorf
If you added > >>> cp -R ~/.thunderbird ~/.thunderbird.backup to a script, than the backup must be in ~/. Perhaps the script runs "cd /var/lib/gdm3" and you added "cp -R ~/.thunderbird .thunderbird.backup", the backup without the path? You should post what exactly you edited. - Ralf -- To UNS

Re: backing up

2012-05-27 Thread Frank McCormick
On 27/05/12 12:31 AM, Ralf Mardorf wrote: On Sat, 2012-05-26 at 18:45 -0400, Frank McCormick wrote: cp -R ~/.thunderbird ~/.thunderbird.backup Nevermind :) Found the backups in /var/lib/gdm3 Didn't realize that's where GDM would put them. A GDM script can't put ~/.thunderbird.backup

Re: [Junk] Re: backing up

2012-05-27 Thread Ralf Mardorf
On Sun, 2012-05-27 at 09:29 +0300, Andrei POPESCU wrote: > On Du, 27 mai 12, 06:46:42, Ralf Mardorf wrote: > > Please stop this! > > > > 1. debian-user@lists.debian.org ? > > 2. Don't reply privately by "to" or "cc", reply to the list only. > > 3. Don't use HTML. Use plain text. > > 4. Top postin

Re: [Junk] Re: backing up

2012-05-26 Thread Andrei POPESCU
On Du, 27 mai 12, 06:46:42, Ralf Mardorf wrote: > Please stop this! > > 1. debian-user@lists.debian.org ? > 2. Don't reply privately by "to" or "cc", reply to the list only. > 3. Don't use HTML. Use plain text. > 4. Top posting isn't wanted. > > AND 5. > > What is this? ... It's either spam or

Re: [Junk] Re: backing up

2012-05-26 Thread Aubrey Raech
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 27 May 2012 06:46:42 +0200 Ralf Mardorf wrote: > Please stop this! > > 1. debian-user@lists.debian.org ? > 2. Don't reply privately by "to" or "cc", reply to the list only. > 3. Don't use HTML. Use plain text. > 4. Top posting isn't wanted.

[Junk] Re: backing up

2012-05-26 Thread Ralf Mardorf
ian-user@lists.debian.org Reply-to: "debian-user@lists.debian.org" To: ralf.mard...@alice-dsl.net Subject: Re: backing up Date: Sun, 27 May 2012 04:34:16 + __ Type your response ABOVE THIS LINE to reply Re: backin

Re: backing up

2012-05-26 Thread Ralf Mardorf
On Sat, 2012-05-26 at 18:45 -0400, Frank McCormick wrote: > > cp -R ~/.thunderbird ~/.thunderbird.backup >Nevermind :) Found the backups in /var/lib/gdm3 >Didn't realize that's where GDM would put them. A GDM script can't put ~/.thunderbird.backup in /var/lib/gdm3, since the path ~/ belon

Re: backing up

2012-05-26 Thread Frank McCormick
On 26/05/12 06:14 PM, Frank McCormick wrote: On 26/05/12 05:41 PM, Aubrey Raech wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 26 May 2012 16:57:23 -0400 Frank McCormick wrote: Is there an easy way to back up a couple of profile directories when you exit a window manager. I'd li

Re: backing up

2012-05-26 Thread Frank McCormick
On 26/05/12 05:41 PM, Aubrey Raech wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 26 May 2012 16:57:23 -0400 Frank McCormick wrote: Is there an easy way to back up a couple of profile directories when you exit a window manager. I'd like to back up .thunderbird at least when I qu

Re: backing up

2012-05-26 Thread Aubrey Raech
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 26 May 2012 16:57:23 -0400 Frank McCormick wrote: > Is there an easy way to back up a couple of profile directories when > you exit a window manager. > I'd like to back up .thunderbird at least when I quit Icewm to GDM... > > Thanks > > S

Re: Backing up email to a CD

2010-09-06 Thread James Stuckey
Thanks for all the replies guys. I asked dreamhost and they have a service for backing up e-mail. It took me a while to figure out where the mails actually were after I got it downloaded but they're all there. Now I can burn it to a cd! On Mon, Sep 6, 2010 at 6:23 PM, Eero Volotinen wrote: > 2010

Re: Backing up email to a CD

2010-09-06 Thread Eero Volotinen
2010/9/6 Eduardo M KALINOWSKI : > On Mon, 06 Sep 2010, James Stuckey wrote: >> >> The only access I have to this email account as of now is via >> >> http://webmail.dreamhost.com/src/login.php >> >> or at least that's what dreamhost tech-support told me. I have a >> half-dozen or so accounts hosted

Re: Backing up email to a CD

2010-09-06 Thread Eduardo M KALINOWSKI
On Mon, 06 Sep 2010, James Stuckey wrote: The only access I have to this email account as of now is via http://webmail.dreamhost.com/src/login.php or at least that's what dreamhost tech-support told me. I have a half-dozen or so accounts hosted with them, and I'd like to somehow take all that m

Re: Backing up email to a CD

2010-09-06 Thread Eero Volotinen
2010/9/6 James Stuckey : > Thanks for the reply! I understand what imapsync does, but I don't know how > to use it. Everyone has told me to use it, but no one has told me how. I > don't have another server to sync these to, so the tutorial someone linked > doesn't help me. I tried the man page but

Re: Backing up email to a CD

2010-09-06 Thread James Stuckey
Thanks for the reply! I understand what imapsync does, but I don't know how to use it. Everyone has told me to use it, but no one has told me how. I don't have another server to sync these to, so the tutorial someone linked doesn't help me. I tried the man page but (in testing) it's not any help.

Re: Backing up email to a CD

2010-09-06 Thread Bhasker C V
If the tool you are looking for is to do a mirror of all the mails from IMAP erver to your local disk, then, toy can look at this http://freshmeat.net/projects/imapsync/ This will create a copy of the complete mails in all your folders in the imap server to your disk so that you can later co

Re: Backing up email to a CD

2010-09-05 Thread Steve Kemp
On Sat Sep 04, 2010 at 18:34:28 +0200, James Stuckey wrote: >Hi, I asked a question a week or so ago about backing up e-mail. What I >meant was that I wanted to back it up to a CD. The responses I got talked >about backing it up to an IMAP server. Does anyone know how to back it up >

Re: Backing up email to a CD

2010-09-04 Thread godo
Okay, but how do I get the e-mail off the server? Look at preferences of your email client for "Keep messages for this account on this computer" (or something similar). In SeaMonkey it is under Mail Settings > your email acc. > Synchronization & Storage > Message Synchronizing. -- Bye, Goran

Re: Backing up email to a CD

2010-09-04 Thread Eero Volotinen
2010/9/4 James Stuckey : > > > On Sat, Sep 4, 2010 at 6:45 PM, Paul Cartwright > wrote: >> >> On Sat September 4 2010, James Stuckey wrote: >> > Hi, I asked a question a week or so ago about backing up e-mail. What I >> > meant was that I wanted to back it up to a CD. The responses I got >> > talk

Re: Backing up email to a CD

2010-09-04 Thread James Stuckey
On Sat, Sep 4, 2010 at 6:45 PM, Paul Cartwright wrote: > On Sat September 4 2010, James Stuckey wrote: > > Hi, I asked a question a week or so ago about backing up e-mail. What I > > meant was that I wanted to back it up to a CD. The responses I got talked > > about backing it up to an IMAP server

Re: Backing up email

2010-08-30 Thread Alain Baeckeroot
Le 30/08/2010 à 13:22, James Stuckey a écrit : > On Mon, Aug 30, 2010 at 12:28 PM, Lisi wrote: > > > On Sunday 29 August 2010 17:38:03 James Stuckey wrote: > > > I'm not subscribed to this list. Please reply directly to me. > > > > Read the archives? Temporarily subscribe? You have asked sever

Re: Backing up email

2010-08-30 Thread James Stuckey
On Mon, Aug 30, 2010 at 12:28 PM, Lisi wrote: > On Sunday 29 August 2010 17:38:03 James Stuckey wrote: > > I'm not subscribed to this list. Please reply directly to me. > > Read the archives? Temporarily subscribe? You have asked several > questions > recently, and you are missing some good re

Re: Backing up email

2010-08-30 Thread Lisi
On Sunday 29 August 2010 17:38:03 James Stuckey wrote: > I'm not subscribed to this list. Please reply directly to me. Read the archives? Temporarily subscribe? You have asked several questions recently, and you are missing some good replies. Lisi -- To UNSUBSCRIBE, email to debian-user-re

Re: Backing up email

2010-08-30 Thread Juha Tuuna
On 29.8.2010 19:38, James Stuckey wrote: > Hi all, > > I have several email accounts that I'd like to back up. I access them > through imap or webmail. I thought I could just copy over a directory on > my box through scp but it turns out that the webmail is hosted on > another box that I can't ssh

Re: Backing up email

2010-08-29 Thread Eero Volotinen
2010/8/29 James Stuckey : > > > On Sun, Aug 29, 2010 at 6:44 PM, Eero Volotinen > wrote: >> >> 2010/8/29 James Stuckey : >> > Hi all, >> > >> > I have several email accounts that I'd like to back up. I access them >> > through imap or webmail. I thought I could just copy over a directory on >> > m

Re: Backing up email

2010-08-29 Thread James Stuckey
On Sun, Aug 29, 2010 at 6:44 PM, Eero Volotinen wrote: > 2010/8/29 James Stuckey : > > Hi all, > > > > I have several email accounts that I'd like to back up. I access them > > through imap or webmail. I thought I could just copy over a directory on > my > > box through scp but it turns out that t

Re: Backing up email

2010-08-29 Thread Sjoerd Hardeman
Op 29-08-10 19:25, James Stuckey schreef: > Hi all, > > I have several email accounts that I'd like to back up. I access them > through imap or webmail. I thought I could just copy over a directory on > my box through scp but it turns out that the webmail is hosted on > another box that I can't ss

Re: Backing up email

2010-08-29 Thread Eero Volotinen
2010/8/29 James Stuckey : > Hi all, > > I have several email accounts that I'd like to back up. I access them > through imap or webmail. I thought I could just copy over a directory on my > box through scp but it turns out that the webmail is hosted on another box > that I can't ssh into. How can I

Re: backing up LVM volumes

2010-05-09 Thread Chris Davies
Bernard wrote: > When I stated that 'SystemRescueCD' did not backup LVM volumes, > I meant that 'partimage' lacked this capability. As far as I know, > recent versions cannot do any better. I'm not familiar with partimage. Are you saying that it refuses to allow you to backup partitions with name

Re: backing up LVM volumes

2010-05-09 Thread Alex Samad
On Sun, 2010-05-09 at 18:11 +0200, Bernard wrote: > Chris Davies wrote: > > Bernard wrote: [snip] > > > >> So, what should I do so as to backup my system ? I once tried 'dd', but > >> I think I remember it took forever [...] > >> > > > > Without the bs argument you would have been read

Re: backing up LVM volumes

2010-05-09 Thread Bernard
Chris Davies wrote: Bernard wrote: On my previous systems, I used to create overall backups of partitions, using 'SystemRescueCD'. This is no longer possible ever since 2007 that I have a RAID1 mirroring system on my Debian. You used to boot from SystemRescueCD and backup the partiti

Re: backing up LVM volumes

2010-04-29 Thread Boyd Stephen Smith Jr.
On Thursday 29 April 2010 06:24:54 Ron Johnson wrote: > On 04/27/2010 02:51 PM, Boyd Stephen Smith Jr. wrote: > > For "normal" file operations, taking an LVM snapshot of the mounted > > filesystem and then making your backup from that should be sufficient. > > This should even work for postgreSQL

Re: backing up LVM volumes

2010-04-29 Thread Ron Johnson
On 04/27/2010 02:51 PM, Boyd Stephen Smith Jr. wrote: [snip] For "normal" file operations, taking an LVM snapshot of the mounted filesystem and then making your backup from that should be sufficient. This should even work for postgreSQL database files (though, it is not optimal). MySQL has a h

Re: backing up LVM volumes

2010-04-27 Thread Chris Davies
Boyd Stephen Smith Jr. wrote: > For "normal" file operations, taking an LVM snapshot of the mounted > filesystem and then making your backup from that should be sufficient. Agreed. I was pointing out that rsync isn't necessarily the appropriate solution in all cases. Chris -- To UNSUBSCRIBE,

Re: backing up LVM volumes

2010-04-27 Thread Celejar
On Tue, 27 Apr 2010 16:40:37 -0500 "Boyd Stephen Smith Jr." wrote: > On Tuesday 27 April 2010 16:03:55 Celejar wrote: > > I've had to give up lvm snapshots totally as > > broken, primarily because of this (see my messages in the thread): > > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=5

Re: backing up LVM volumes

2010-04-27 Thread Boyd Stephen Smith Jr.
On Tuesday 27 April 2010 16:03:55 Celejar wrote: > I've had to give up lvm snapshots totally as > broken, primarily because of this (see my messages in the thread): > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549691 That is troublesome, probably to the point of actually being broken. It

Re: backing up LVM volumes

2010-04-27 Thread Celejar
On Tue, 27 Apr 2010 13:44:27 +0100 Chris Davies wrote: ... > LVM provides a snapshot mode for this kind of requirement. It's not > stunning but it's usually sufficient. Perhaps usually, but in my use-case (and that of others) it's badly broken (I've mentioned this elsewhere in the thread, but I

Re: backing up LVM volumes

2010-04-27 Thread Celejar
On Tue, 27 Apr 2010 14:51:57 -0500 "Boyd Stephen Smith Jr." wrote: ... > For "normal" file operations, taking an LVM snapshot of the mounted > filesystem > and then making your backup from that should be sufficient. This should even > work for postgreSQL database files (though, it is not opt

Re: backing up LVM volumes

2010-04-27 Thread Boyd Stephen Smith Jr.
On Tuesday 27 April 2010 14:07:07 Chris Davies wrote: > Johannes Wiedersich wrote: > > rsync -a /mounted/partition /directory/on/mounted/backup > > backs up all I need. Read man rsync for its options. > > > > Why not just copy the data off the mounted partition. Even more simple > > and faster. >

Re: backing up LVM volumes

2010-04-27 Thread Chris Davies
Johannes Wiedersich wrote: > rsync -a /mounted/partition /directory/on/mounted/backup > backs up all I need. Read man rsync for its options. > Why not just copy the data off the mounted partition. Even more simple > and faster. That's great for you. It might not be so useful for the OP, because

Re: backing up LVM volumes

2010-04-27 Thread Johannes Wiedersich
Bernard wrote: > Hi to Everyone ! > > On my previous systems, I used to create overall backups of partitions, > using 'SystemRescueCD'. This is no longer possible ever since 2007 that > I have a RAID1 mirroring system on my Debian. SystemRescueCD does not > backup LVM volumes, or, if it does, that

  1   2   3   >