public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] backup program recommendations?
  2009-03-05 20:55 [gentoo-user] backup program recommendations? James Wall
@ 2009-03-05 15:10 ` Hung Dang
  2009-03-05 22:23   ` [gentoo-user] " Nikos Chantziaras
  2009-03-05 22:57 ` James
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 18+ messages in thread
From: Hung Dang @ 2009-03-05 15:10 UTC (permalink / raw
  To: gentoo-user

James Wall wrote:
> Hi all,
>
> I am looking for a backup program that can back up to my DVD+-R/RW drive
> to back up my private portage tree/distfile/music/web server. What
> programs would you recommend to handle this task?
>
> TIA James Wall
>
>   
You can try k3b

Hung



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user]  Re: backup program recommendations?
  2009-03-05 22:23   ` [gentoo-user] " Nikos Chantziaras
@ 2009-03-05 16:48     ` Hung Dang
  2009-03-06  0:49       ` comrade b14ck
  0 siblings, 1 reply; 18+ messages in thread
From: Hung Dang @ 2009-03-05 16:48 UTC (permalink / raw
  To: gentoo-user

Nikos Chantziaras wrote:
> Hung Dang wrote:
>> James Wall wrote:
>>> Hi all,
>>>
>>> I am looking for a backup program that can back up to my DVD+-R/RW 
>>> drive
>>> to back up my private portage tree/distfile/music/web server. What
>>> programs would you recommend to handle this task?
>>>
>>> TIA James Wall
>>>
>>>   
>> You can try k3b
>
> Well, that's not a backup app.  But anyway, I don't use a "backup app" 
> either.  I just tar.lzma the whole thing and burn it :P
>
>
My bad :( I thought it is the program to write to DVD.
I am not sure what you want. In my case, I combine a bash script to 
compress, rsync ... with cron to do the back up weekly. It seem to be 
quite convenient.

If you have big files using rar is faster and save more space than tar.

Hung




^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-user] backup program recommendations?
@ 2009-03-05 20:55 James Wall
  2009-03-05 15:10 ` Hung Dang
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: James Wall @ 2009-03-05 20:55 UTC (permalink / raw
  To: gentoo-user

Hi all,

I am looking for a backup program that can back up to my DVD+-R/RW drive
to back up my private portage tree/distfile/music/web server. What
programs would you recommend to handle this task?

TIA James Wall



^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-user]  Re: backup program recommendations?
  2009-03-05 15:10 ` Hung Dang
@ 2009-03-05 22:23   ` Nikos Chantziaras
  2009-03-05 16:48     ` Hung Dang
  0 siblings, 1 reply; 18+ messages in thread
From: Nikos Chantziaras @ 2009-03-05 22:23 UTC (permalink / raw
  To: gentoo-user

Hung Dang wrote:
> James Wall wrote:
>> Hi all,
>>
>> I am looking for a backup program that can back up to my DVD+-R/RW drive
>> to back up my private portage tree/distfile/music/web server. What
>> programs would you recommend to handle this task?
>>
>> TIA James Wall
>>
>>   
> You can try k3b

Well, that's not a backup app.  But anyway, I don't use a "backup app" 
either.  I just tar.lzma the whole thing and burn it :P




^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-user]  Re: backup program recommendations?
  2009-03-05 20:55 [gentoo-user] backup program recommendations? James Wall
  2009-03-05 15:10 ` Hung Dang
@ 2009-03-05 22:57 ` James
  2009-03-06  5:33 ` [gentoo-user] " Dale
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 18+ messages in thread
From: James @ 2009-03-05 22:57 UTC (permalink / raw
  To: gentoo-user

James Wall <wallservices <at> gmail.com> writes:

> 
> Hi all,
> 
> I am looking for a backup program that can back up to my DVD+-R/RW drive
> to back up my private portage tree/distfile/music/web server. What
> programs would you recommend to handle this task?
> 
> TIA James Wall



/usr/portage/app-backup

lists many packages.

Amanda is my favorite, but, it might be a bit much for a small installation.


hth,

James






^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Re: backup program recommendations?
  2009-03-05 16:48     ` Hung Dang
@ 2009-03-06  0:49       ` comrade b14ck
  0 siblings, 0 replies; 18+ messages in thread
From: comrade b14ck @ 2009-03-06  0:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

If you want to make backups, don't do it on a cdrom. Try rsync, it's a great
backup tool. Here's a guide to dip your feet in:
http://www.mikerubel.org/computers/rsync_snapshots/

On Thu, Mar 5, 2009 at 8:48 AM, Hung Dang <hungptit@gmail.com> wrote:

> Nikos Chantziaras wrote:
>
>> Hung Dang wrote:
>>
>>> James Wall wrote:
>>>
>>>> Hi all,
>>>>
>>>> I am looking for a backup program that can back up to my DVD+-R/RW drive
>>>> to back up my private portage tree/distfile/music/web server. What
>>>> programs would you recommend to handle this task?
>>>>
>>>> TIA James Wall
>>>>
>>>>
>>>>
>>> You can try k3b
>>>
>>
>> Well, that's not a backup app.  But anyway, I don't use a "backup app"
>> either.  I just tar.lzma the whole thing and burn it :P
>>
>>
>>  My bad :( I thought it is the program to write to DVD.
> I am not sure what you want. In my case, I combine a bash script to
> compress, rsync ... with cron to do the back up weekly. It seem to be quite
> convenient.
>
> If you have big files using rar is faster and save more space than tar.
>
> Hung
>
>
>

[-- Attachment #2: Type: text/html, Size: 1959 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-05 20:55 [gentoo-user] backup program recommendations? James Wall
  2009-03-05 15:10 ` Hung Dang
  2009-03-05 22:57 ` James
@ 2009-03-06  5:33 ` Dale
  2009-03-06 11:55 ` Robin Atwood
  2009-03-13  3:25 ` fei huang
  4 siblings, 0 replies; 18+ messages in thread
From: Dale @ 2009-03-06  5:33 UTC (permalink / raw
  To: gentoo-user

James Wall wrote:
> Hi all,
>
> I am looking for a backup program that can back up to my DVD+-R/RW drive
> to back up my private portage tree/distfile/music/web server. What
> programs would you recommend to handle this task?
>
> TIA James Wall
>
>
>   

I use Kbackup and then k3b to burn them.  Works well so far.  Just
depends on what you want and whether you have a GUI or not.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-05 20:55 [gentoo-user] backup program recommendations? James Wall
                   ` (2 preceding siblings ...)
  2009-03-06  5:33 ` [gentoo-user] " Dale
@ 2009-03-06 11:55 ` Robin Atwood
  2009-03-07 14:29   ` James Wall
  2009-03-13  9:42   ` Liviu Andronic
  2009-03-13  3:25 ` fei huang
  4 siblings, 2 replies; 18+ messages in thread
From: Robin Atwood @ 2009-03-06 11:55 UTC (permalink / raw
  To: gentoo-user

On Friday 06 Mar 2009, James Wall wrote:
> Hi all,
>
> I am looking for a backup program that can back up to my DVD+-R/RW drive
> to back up my private portage tree/distfile/music/web server. What
> programs would you recommend to handle this task?

DAR - http://dar.linux.free.fr/. There is also a gui, kdar.

HTH
-Robin
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------











^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-06 11:55 ` Robin Atwood
@ 2009-03-07 14:29   ` James Wall
  2009-03-07 16:38     ` Dale
  2009-03-13  9:42   ` Liviu Andronic
  1 sibling, 1 reply; 18+ messages in thread
From: James Wall @ 2009-03-07 14:29 UTC (permalink / raw
  To: gentoo-user

On Fri, Mar 6, 2009 at 5:55 AM, Robin Atwood <robin.atwood@attglobal.net> wrote:
>
> On Friday 06 Mar 2009, James Wall wrote:
> > Hi all,
> >
> > I am looking for a backup program that can back up to my DVD+-R/RW drive
> > to back up my private portage tree/distfile/music/web server. What
> > programs would you recommend to handle this task?
>
> DAR - http://dar.linux.free.fr/. There is also a gui, kdar.
>
> HTH
> -Robin
> --
> ----------------------------------------------------------------------
> Robin Atwood.
>
> "Ship me somewheres east of Suez, where the best is like the worst,
>  Where there ain't no Ten Commandments an' a man can raise a thirst"
>         from "Mandalay" by Rudyard Kipling
> ----------------------------------------------------------------------

Thanks for all the suggestions everyone. I will check them out

James Wall



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-07 14:29   ` James Wall
@ 2009-03-07 16:38     ` Dale
  2009-03-08 14:10       ` Robin Atwood
  0 siblings, 1 reply; 18+ messages in thread
From: Dale @ 2009-03-07 16:38 UTC (permalink / raw
  To: gentoo-user

James Wall wrote:
> On Fri, Mar 6, 2009 at 5:55 AM, Robin Atwood <robin.atwood@attglobal.net> wrote:
>   
>> On Friday 06 Mar 2009, James Wall wrote:
>>     
>>> Hi all,
>>>
>>> I am looking for a backup program that can back up to my DVD+-R/RW drive
>>> to back up my private portage tree/distfile/music/web server. What
>>> programs would you recommend to handle this task?
>>>       
>> DAR - http://dar.linux.free.fr/. There is also a gui, kdar.
>>
>> HTH
>> -Robin
>> --
>> ----------------------------------------------------------------------
>> Robin Atwood.
>>
>> "Ship me somewheres east of Suez, where the best is like the worst,
>>  Where there ain't no Ten Commandments an' a man can raise a thirst"
>>         from "Mandalay" by Rudyard Kipling
>> ----------------------------------------------------------------------
>>     
>
> Thanks for all the suggestions everyone. I will check them out
>
> James Wall
>
>
>   


I seem to recall that Kdar or dar had a bug that lead to it being
masked.  This was a while back so it may be fixed now but it may be
worth checking into to make sure.  Nothing worse than thinking you have
backups when they are worthless.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-07 16:38     ` Dale
@ 2009-03-08 14:10       ` Robin Atwood
  2009-03-08 14:48         ` Dale
  0 siblings, 1 reply; 18+ messages in thread
From: Robin Atwood @ 2009-03-08 14:10 UTC (permalink / raw
  To: gentoo-user

On Saturday 07 Mar 2009, Dale wrote:

> I seem to recall that Kdar or dar had a bug that lead to it being
> masked.  This was a while back so it may be fixed now but it may be
> worth checking into to make sure.  Nothing worse than thinking you have
> backups when they are worthless.

Kdar became incompatible with later versions of libdarapi but then it was 
fixed and now works well again. Dar is extremely fast compared to tar, 
especially when restoring. It is probably best to use scripts to perform 
nightly backups (lots of examples on the web site) and the GUI for those 
times when you want to restore those couple of files you just munged. :)
Dar also has options for running an external utility at the end of each 
backup 'slice', so writing the archive to DVD would be an option.

HTH
-Robin
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------











^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-08 14:10       ` Robin Atwood
@ 2009-03-08 14:48         ` Dale
  2009-03-08 18:53           ` James Wall
  0 siblings, 1 reply; 18+ messages in thread
From: Dale @ 2009-03-08 14:48 UTC (permalink / raw
  To: gentoo-user

Robin Atwood wrote:
> On Saturday 07 Mar 2009, Dale wrote:
>
>   
>> I seem to recall that Kdar or dar had a bug that lead to it being
>> masked.  This was a while back so it may be fixed now but it may be
>> worth checking into to make sure.  Nothing worse than thinking you have
>> backups when they are worthless.
>>     
>
> Kdar became incompatible with later versions of libdarapi but then it was 
> fixed and now works well again. Dar is extremely fast compared to tar, 
> especially when restoring. It is probably best to use scripts to perform 
> nightly backups (lots of examples on the web site) and the GUI for those 
> times when you want to restore those couple of files you just munged. :)
> Dar also has options for running an external utility at the end of each 
> backup 'slice', so writing the archive to DVD would be an option.
>
> HTH
> -Robin
>   


That's good to know.  I was hoping it was fixed but did notice it was
masked still so I wasn't sure as to why.

May have to test it again now myself.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-08 14:48         ` Dale
@ 2009-03-08 18:53           ` James Wall
  2009-03-12 10:39             ` Geralt
  0 siblings, 1 reply; 18+ messages in thread
From: James Wall @ 2009-03-08 18:53 UTC (permalink / raw
  To: gentoo-user

On Sun, Mar 8, 2009 at 9:48 AM, Dale <rdalek1967@gmail.com> wrote:
> Robin Atwood wrote:
>> On Saturday 07 Mar 2009, Dale wrote:
>>
>>
>>> I seem to recall that Kdar or dar had a bug that lead to it being
>>> masked.  This was a while back so it may be fixed now but it may be
>>> worth checking into to make sure.  Nothing worse than thinking you have
>>> backups when they are worthless.
>>>
>>
>> Kdar became incompatible with later versions of libdarapi but then it was
>> fixed and now works well again. Dar is extremely fast compared to tar,
>> especially when restoring. It is probably best to use scripts to perform
>> nightly backups (lots of examples on the web site) and the GUI for those
>> times when you want to restore those couple of files you just munged. :)
>> Dar also has options for running an external utility at the end of each
>> backup 'slice', so writing the archive to DVD would be an option.
>>
>> HTH
>> -Robin
>>
>
>
> That's good to know.  I was hoping it was fixed but did notice it was
> masked still so I wasn't sure as to why.
>
> May have to test it again now myself.
>
> Dale
>
> :-)  :-)
>
>

Kdar looks to be what I needed. I will post reports after doing a full
out backup/restore test tomorrow

James Wall



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-08 18:53           ` James Wall
@ 2009-03-12 10:39             ` Geralt
  2009-03-12 10:44               ` Neil Bothwick
  0 siblings, 1 reply; 18+ messages in thread
From: Geralt @ 2009-03-12 10:39 UTC (permalink / raw
  To: gentoo-user

Hi,

I'm using Clonezilla for my system backups, it's very easy to use and
restoring the backups actually works (that's normally the tricky part,
not copying everything to another medium) :-)
If it's just for data, I'm making a daily backup on a flash disk using
rsync and from time to time a backup on an external hdd drive using
again rsync. If you tar it up, you can't store the differences only
anymore, so you have to decide first what you want.

Oh and if you're using a ram-dvd you can access the dvd as if it were
a flash medium and just rsync/tar/... to it :-)




Geralt.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-12 10:39             ` Geralt
@ 2009-03-12 10:44               ` Neil Bothwick
  0 siblings, 0 replies; 18+ messages in thread
From: Neil Bothwick @ 2009-03-12 10:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

On Thu, 12 Mar 2009 11:39:01 +0100, Geralt wrote:

> If it's just for data, I'm making a daily backup on a flash disk using
> rsync and from time to time a backup on an external hdd drive using
> again rsync. If you tar it up, you can't store the differences only
> anymore, so you have to decide first what you want.

You can store differences within files, but tar is quite capable of
making incremental backups.


-- 
Neil Bothwick

Celery is not food. It is a member of the plywood family.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-05 20:55 [gentoo-user] backup program recommendations? James Wall
                   ` (3 preceding siblings ...)
  2009-03-06 11:55 ` Robin Atwood
@ 2009-03-13  3:25 ` fei huang
  4 siblings, 0 replies; 18+ messages in thread
From: fei huang @ 2009-03-13  3:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

A shell script is all you want.

On Fri, Mar 6, 2009 at 4:55 AM, James Wall <wallservices@gmail.com> wrote:

> Hi all,
>
> I am looking for a backup program that can back up to my DVD+-R/RW drive
> to back up my private portage tree/distfile/music/web server. What
> programs would you recommend to handle this task?
>
> TIA James Wall
>
>

[-- Attachment #2: Type: text/html, Size: 627 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-06 11:55 ` Robin Atwood
  2009-03-07 14:29   ` James Wall
@ 2009-03-13  9:42   ` Liviu Andronic
  2009-03-13 12:20     ` Robin Atwood
  1 sibling, 1 reply; 18+ messages in thread
From: Liviu Andronic @ 2009-03-13  9:42 UTC (permalink / raw
  To: gentoo-user

On Fri, Mar 6, 2009 at 6:33 AM, Dale <rdalek1967@gmail.com> wrote:
> I use Kbackup and then k3b to burn them.  Works well so far.  Just
>

On Fri, Mar 6, 2009 at 12:55 PM, Robin Atwood
<robin.atwood@attglobal.net> wrote:
> DAR - http://dar.linux.free.fr/. There is also a gui, kdar.
>

Are there GUIs not depending on KDE?




-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] backup program recommendations?
  2009-03-13  9:42   ` Liviu Andronic
@ 2009-03-13 12:20     ` Robin Atwood
  0 siblings, 0 replies; 18+ messages in thread
From: Robin Atwood @ 2009-03-13 12:20 UTC (permalink / raw
  To: gentoo-user

On Friday 13 Mar 2009, Liviu Andronic wrote:
> On Fri, Mar 6, 2009 at 6:33 AM, Dale <rdalek1967@gmail.com> wrote:
> > I use Kbackup and then k3b to burn them.  Works well so far.  Just
>
> On Fri, Mar 6, 2009 at 12:55 PM, Robin Atwood
>
> <robin.atwood@attglobal.net> wrote:
> > DAR - http://dar.linux.free.fr/. There is also a gui, kdar.
>
> Are there GUIs not depending on KDE?

Yes, there is darGUI. Checkout freshmeat.net.

-Robin
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------











^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-03-13 12:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 20:55 [gentoo-user] backup program recommendations? James Wall
2009-03-05 15:10 ` Hung Dang
2009-03-05 22:23   ` [gentoo-user] " Nikos Chantziaras
2009-03-05 16:48     ` Hung Dang
2009-03-06  0:49       ` comrade b14ck
2009-03-05 22:57 ` James
2009-03-06  5:33 ` [gentoo-user] " Dale
2009-03-06 11:55 ` Robin Atwood
2009-03-07 14:29   ` James Wall
2009-03-07 16:38     ` Dale
2009-03-08 14:10       ` Robin Atwood
2009-03-08 14:48         ` Dale
2009-03-08 18:53           ` James Wall
2009-03-12 10:39             ` Geralt
2009-03-12 10:44               ` Neil Bothwick
2009-03-13  9:42   ` Liviu Andronic
2009-03-13 12:20     ` Robin Atwood
2009-03-13  3:25 ` fei huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox