Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Backing up data

3 views
Skip to first unread message

The Real Bev

unread,
May 15, 2013, 1:55:24 AM5/15/13
to
On 05/05/2013 05:33 PM, Keith Nuttle wrote:

> On 5/5/2013 7:26 PM, Cal Tinson wrote:
>> On 5/5/2013 7:00 PM eastern, Marty wrote:
>>> Just curious if you recommend the Mozbackup program or doing it manually.
>>
>> With the cost of decent 500GB portable hard drives around $50 these
>> days, I recently switched from DVD backups to portable hard drive
>> backups. MUCH faster, more convenient, etc. As a result, IMO there's no
>> real point in using Mozbackup any more.
>>
>> However, after the switch, I finally took the time to figure out why
>> Perfectdisk, a defrag program I've used for years, was taking bloody
>> forever with one file. Turns out Mozbackup puts EVERYTHING for TB (ditto
>> FF) in a SINGLE file. If you're a packrat, as I am, and have used TB
>> forever, the single file is HUGE!!
>>
> Yes but Mosbackup is so simple to use, click the icon, click a couple of
> question and forget it.
>
> You only need the most current back up and the previous one.

If the backup is just one huge file (mine would be 2-3 GB), what if you
just want to restore one file, or even just LOOK at one file?

cp -r myprofile/ /myprofilesave/ is pretty easy too :-)

--
Cheers, Bev
==============================================================
"I am working for the time when unqualified blacks, browns and
women join the unqualified men in running our government"
-- Cissy Farenthold

Hartmut Figge

unread,
May 15, 2013, 5:00:44 AM5/15/13
to
The Real Bev:

>If the backup is just one huge file (mine would be 2-3 GB), what if you
>just want to restore one file, or even just LOOK at one file?
>
>cp -r myprofile/ /myprofilesave/ is pretty easy too :-)

I would prefer rsync. In fact, i regularly save not only my profile or
my home but my whole Gentoo. *g*

rsync -av --delete -F --exclude-from /home/hafi/.rsy-ex / /rsy_64

hafi@i5_64 ~ $ df -h /rsy_64
Filesystem Size Used Avail Use% Mounted on
/dev/sdb11 290G 112G 163G 41% /rsy_64

That does not take much time. Since the last backup there were several
updates of Gentoo, including Libreoffice with source. Also, because i
compile daily my SeaMonkeys from latest source, there are a lot of
changes. Several GB.

hafi@i5_64 ~ $ du -hs hg-moz
2,2G hg-moz
hafi@i5_64 ~ $ du -hs moz-work
3,3G moz-work

I have just finished a backup. The elapsed time:

hafi@i5_64 ~ $ time sudo rsy
[...]
real 5m45.632s
user 0m33.400s
sys 0m45.272s

Hartmut

GerardJan

unread,
May 15, 2013, 5:21:51 AM5/15/13
to
I have one usb drive that i use for backup

# cd /..../media/gerardjan
# rm -rf */home
# find /home | cpio -dumpv *

i try to do that every day, works like a champ...

sincerely

--
~Vink
home:http://ciudadpatricia.com
homepage:http://vinkesteijn.info
// running on Fedora (redhat) version 17

Paddlefoot

unread,
May 15, 2013, 9:44:08 AM5/15/13
to
The Real Bev wrote:
> On 05/05/2013 05:33 PM, Keith Nuttle wrote:
>
>> On 5/5/2013 7:26 PM, Cal Tinson wrote:
>>> On 5/5/2013 7:00 PM eastern, Marty wrote:
>>>> Just curious if you recommend the Mozbackup program or doing it
>>>> manually.
>>>
>>> With the cost of decent 500GB portable hard drives around $50 these
>>> days, I recently switched from DVD backups to portable hard drive
>>> backups. MUCH faster, more convenient, etc. As a result, IMO there's no
>>> real point in using Mozbackup any more.
>>>
>>> However, after the switch, I finally took the time to figure out why
>>> Perfectdisk, a defrag program I've used for years, was taking bloody
>>> forever with one file. Turns out Mozbackup puts EVERYTHING for TB (ditto
>>> FF) in a SINGLE file. If you're a packrat, as I am, and have used TB
>>> forever, the single file is HUGE!!
>>>
>> Yes but Mosbackup is so simple to use, click the icon, click a couple of
>> question and forget it.
>>
>> You only need the most current back up and the previous one.
>
> If the backup is just one huge file (mine would be 2-3 GB), what if you
> just want to restore one file, or even just LOOK at one file?
>
> cp -r myprofile/ /myprofilesave/ is pretty easy too :-)

Have your consultant write an rsync script and run it from cron.

--
Carbon: Father of the elements.

The Real Bev

unread,
May 19, 2013, 12:29:10 AM5/19/13
to
He's already written some very nice full backup routines that yield
bootable partitions. HD space is cheap.



--
Cheers, Bev (who apologizes for the length of the message below)
=====================================================================
"The danger to America is not Barack Obama but a citizenry capable of
entrusting a man like him with the presidency. It will be easier to limit
and undo the follies of an Obama presidency than to restore the necessary
common sense and good judgment to a depraved electorate willing to have
such a man for their president. The problem is much deeper and far more
serious than Mr. Obama, who is a mere symptom of what ails them. Blaming
the prince of the fools should not blind anyone to the vast confederacy of
fools that made him their prince. The republic can survive a Barack Obama,
who is, after all, merely a fool. It is less likely to survive a multitude
of fools such as those who made him their president." -- Unknown
0 new messages