Skip to main content
Welcome guest. | Register | Login | Post

Best way to backup data

9 replies [Last post]
User offline. Last seen 5 years 45 weeks ago. Offline
Joined: 2006-11-20
Posts:

I wanted to know what the best way to back up data? What do you use? Can i backup on the hard drive?

a thing's picture
User offline. Last seen 3 years 29 weeks ago. Offline
Joined: 2005-12-20
Posts:
another harddrive

Just copy the data to another harddrive. You could use scp if the harddrive is in another computer, or just plug the other harddrive into the computer with the original.

User offline. Last seen 5 years 45 weeks ago. Offline
Joined: 2006-11-20
Posts:
how do i keep it updated

data backups on a weekly basis. Is there a way to back it up on the original hdd? like making an iso.

a thing's picture
User offline. Last seen 3 years 29 weeks ago. Offline
Joined: 2005-12-20
Posts:
yes

Sure there is, but that's not going to protect you from hard drive failure.

PartImage is great for backup.

User offline. Last seen 2 years 17 weeks ago. Offline
Joined: 2006-03-28
Posts:
I also use PartImage, it's

I also use PartImage, it's really great and it works perfectly.
I added it to Slax (along with a couple of other modules like GParted) to have a really cool LiveCD for that kind of stuff.

tbuitenh's picture
User offline. Last seen 1 year 51 weeks ago. Offline
Joined: 2005-12-21
Posts:
I use dar to make an

I use dar to make an archive split in cdrom-sized slices which I then all put on one dvd. This approach isn't very sane, but it's flexible. You never know what you will have available to restore your backup to, right?
I also sometimes make off-site backups by scp'ing my most important files to my university account.

a thing's picture
User offline. Last seen 3 years 29 weeks ago. Offline
Joined: 2005-12-20
Posts:
split
tbuitenh wrote:

You never know what you will have available to restore your back, right?

There's split (part of GNU coreutils).

tbuitenh's picture
User offline. Last seen 1 year 51 weeks ago. Offline
Joined: 2005-12-21
Posts:
...which assumes you can cat
a thing wrote:
tbuitenh wrote:

You never know what you will have available to restore your back, right?

There's split (part of GNU coreutils).

Yes, but then you would have to cat the parts together before being able to use them again. If I'm not mistaken I could copy the parts to separate CDs and let dar read them one by one. So I could retrieve important files if I'm left with an old second hand spare system without a DVD drive and without enough disk space to hold the whole archive.

a thing's picture
User offline. Last seen 3 years 29 weeks ago. Offline
Joined: 2005-12-20
Posts:
pipe

You could cat all the parts and make a pipe from that to tar. Then again, that could eat a huge amount of memory.

tbuitenh's picture
User offline. Last seen 1 year 51 weeks ago. Offline
Joined: 2005-12-21
Posts:
And it's going to be damn

And it's going to be damn slow if you only want to fetch a few files from your backup.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.