You are not logged in.

#1 2005-11-06 12:08:08

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

can I like?

I'm making (re: going to!) up a small backup script

using tar -czvf backup.tgz backup/

now prior to tar command backup was 2.8g after tar 2.6g  :shock:

can I do better than that ?

/me looks on google ;-)


Mr Green

Offline

#2 2005-11-06 16:10:12

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: can I like?

use bzip2 instead of gzip (tar -cjvf, maybe) might show a small gain. If the files are already compressed (ie: images, mp3), you won't see much gain anyway.

You could use subversion for backups instead of tar, this way only changes are recorded instead of entire files. That is, for text files. Binary files wouldn't be much different I guess, scrap that idea.

There are hundreds of backup tools, why write your own?

Dusty

Offline

#3 2005-11-06 17:05:32

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: can I like?

wellll ..... hdup is what I use atm but its playing up tar has to be patched for it to work (but its not building...)

sooooo in the meantime I need a quick way to backup me /home

& yes I have some (*cough*) mp3 files in there ;-)

2.8g will fit on a dvd no problem but thats a short term solution

MrG


Mr Green

Offline

#4 2005-11-06 17:53:25

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: can I like?

don't bother backing up mp3 files. You can always downl.... I mean rip them from your legally purchased CDs again any old time. So they're already backed up.

How come you never on Jabber any more?

Dusty

Offline

#5 2005-11-06 18:12:42

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: can I like?

I'm always on Jabber you just don't see me ;-)


Mr Green

Offline

Board footer

Powered by FluxBB