> 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
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
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
* 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
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
> 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
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
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
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
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
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
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
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
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:
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/ /
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
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,
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
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
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
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
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
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
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
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
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
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
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.
> >
> >
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
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
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
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
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
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
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
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
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:
> >>
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
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
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
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 :)
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
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
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
> >>
> /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:~$
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
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
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
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
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
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
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
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
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
> >
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
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
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
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
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
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
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
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
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
-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.
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
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
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
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
-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
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
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
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
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
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.
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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.
>
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
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 - 100 of 233 matches
Mail list logo