Author Topic: Data backup [SOLVED]  (Read 693 times)

Offline oldgreygary

  • Full Member
  • ***
  • Posts: 54
Data backup [SOLVED]
« on: February 15, 2012, 08:22:32 AM »
Hello,

I was looking through the forums to try and sort out the best way to backup my personal files. e.g. documents, photos, email settings etc.
I saw that Luckybackup was recommended. I just thought that I would get some opinions on anything else that is available and used.
I would like to be able to be selective in the files/folders I choose to backup and retain maybe different backup options so I can do backups as and when required. I would also like to be confident that I could selectively restore individual files or folders as required, easily.

Thanks

Gary

« Last Edit: February 16, 2012, 01:22:40 AM by oldgreygary »

Offline Phil

  • Hero Member
  • *****
  • Posts: 769
Re: Data backup
« Reply #1 on: February 15, 2012, 09:01:20 AM »
Hi Gary,

Ask just one person for an opinion and preferences on backing up files and you will still get an avalanche of suggestions. As you have seen there are many excellent backup options. Search synaptic, install a few, see which one gels with you.

For myself I backup files with rsync. I made a script which runs twice a week and it backs up specific directories. Not that hard (but do watch your slashes....)
If I was craftier I would compress backuped files to save space. These days not too much of an issue.
I backup my system partition once in a while with a Clonezilla live disk. Saved me a few times.

Also do not forget to make a copy of .kde4 in your /home to something like .kde4bak, just in case you foul up your desktop.

Once you have tried then see if you can get back files.

Suggest start with say one directory and build up from there.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: Data backup
« Reply #2 on: February 15, 2012, 12:40:55 PM »
Gary,

If you want to use rsync but are uncomfortable with using the command line, use LuckyBackup. It is a GUI front end to rsync and has all the same functionality.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline aguila

  • Hero Member
  • *****
  • Posts: 1206
  • soaring high = no Windows here :-D
Re: Data backup
« Reply #3 on: February 15, 2012, 02:41:14 PM »
I do also recommend LuckyBackup wholeheartedly.

I tried backintime and DejaDup, but settled for LuckyBackup. Do yourself a favour and study the manual before playing with it.

You can choose what to backup and combine a set of rules to a profile. You can keep several snapshots, so you can go back to pre-previous versions. This can be defined for each rule, i.e. you can keep five snapshots of your photos while only keeping one of your documents, for example.
All that is is good. PCLinuxOS is.

Thinkpad X61 Tablet, Core2Duo 1.66 MHz, 4 GB Ram, Intel onboard Graphics, Plextor PX-256M3 256 GB SSD; Thinkpad R61i, Core2Duo 1.66 MHz, 2 GB Ram, Intel onboard graphics, 120 GB HDD

Offline OldGuy

  • Hero Member
  • *****
  • Posts: 665
  • "All that is not given, is lost." Hasari Pal
Re: Data backup
« Reply #4 on: February 15, 2012, 05:37:55 PM »
Another LuckyBackup guy here too.  I have several friends using it too.  It makes it easy for them to keep an updated
copy of their important files.  I usually help them set it up the first time showing them what I'm doing and why. 

Offline ternor

  • Hero Member
  • *****
  • Posts: 1837
Re: Data backup
« Reply #5 on: February 15, 2012, 08:55:35 PM »
I use tar to backup folders each day, e.g.: tar -czf /data/backups/ternor/120214oo3.tgz .openoffice.org/

Offline Yankee

  • Hero Member
  • *****
  • Posts: 1517
  • In theory, theory=practice, in practice ???
Re: Data backup
« Reply #6 on: February 15, 2012, 09:45:45 PM »
If I have file-roller installed and I right-click on a folder
while in the file manager it will compress the folder
selected.   Makes a nice backup.tar.xz of the folder(s)
with personal files in them.
ASUS EeePc 900HA netbook  1.6 Ghz Atom CPU  1GB RAM
160 GB internal HD    Seagate 250 GB USB portable drive 
Intel ‎Mobile 945GSE Integrated Graphics Controller
Atheros AR242x/AR542x Wireless Network Adapter
Intel (N10/ICH7 Family) High Definition Audio
Dynex 5-Button Wired Optical Mouse
LXDE

Offline oldgreygary

  • Full Member
  • ***
  • Posts: 54
Re: Data backup
« Reply #7 on: February 16, 2012, 01:22:13 AM »
Thanks for all your replies. That has given me more options to explore. As suggested I will try with basics and build from there. Also, good advice re: read LuckyBackup help first. It looks to have plenty of options. I also, quite like tar as it seems fairly simple to use. There appears to be a GUI option in Kbackup.

Thanks

Gary
« Last Edit: February 16, 2012, 01:23:53 AM by oldgreygary »

Offline Martin Goose

  • Full Member
  • ***
  • Posts: 171
Re: Data backup
« Reply #8 on: February 16, 2012, 01:59:12 AM »
Thanks for all your replies. That has given me more options to explore.

You might like to add Areca Backup as well.
http://www.areca-backup.org/
Good if you like full, incremental or differential backups and need to retain versions of files going back over the weeks and months. It's the one I use.
--
Martin

Offline Phil

  • Hero Member
  • *****
  • Posts: 769
Re: Data backup [SOLVED]
« Reply #9 on: February 16, 2012, 02:23:34 AM »
Another thing, very important to backup to a completely separate disk. If the disk fails you have your data safe on another.