Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th June 2012, 10:07 PM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxfirefox
Easy-to-use backup software?

Looking for an easy to use backup software solution. I want to back up the files I am using in Fedora to the NTFS Windows partition on my PC.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #2  
Old 26th June 2012, 10:34 PM
BBQdave's Avatar
BBQdave Offline
Gnome-gasmic by choice!
 
Join Date: Aug 2011
Location: North Carolina
Age: 45
Posts: 1,038
linuxfirefox
Re: Easy-to-use backup software?

Quote:
Originally Posted by kona0197 View Post
Looking for an easy to use backup software solution. I want to back up the files I am using in Fedora to the NTFS Windows partition on my PC.
This is basic, but I back my whole home folder (copy to) a server disk - monthly. With sensitive files, I back up immediately. If anything goes wrong (and it has) with my Fedora install, and I remedy with a fresh Fedora install, then it is simply to copy over my (backed up) home folder. And I keep surf'n on with all my data
__________________
On quest for blue smoke and red rings...
Reply With Quote
  #3  
Old 26th June 2012, 11:36 PM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxfirefox
Re: Easy-to-use backup software?

So basically mount my Windows partition and copy over the hiome folder? That's all? Nice...

On the flip side this drive is dying and I don't have the means to buy another one or any other kind of backup media. It seems none of my friends has a spare hard drive lying around. What do you suggest?
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #4  
Old 26th June 2012, 11:55 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfirefox
Re: Easy-to-use backup software?

I've got 20GB IDE HD's comming out of my a##. I'll mail you them.., if you don't mind your homeland security watching you ie.,

Alternatively: compress it, encrypted it, and upload it.
Reply With Quote
  #5  
Old 26th June 2012, 11:57 PM
Penguinclaw's Avatar
Penguinclaw Offline
Registered User
 
Join Date: Jul 2009
Location: UK
Posts: 142
linuxfirefox
Re: Easy-to-use backup software?

I'd personally recommend Luckybackup. It's in the repositoties and you can configure it to do incrememntal backups ie only backup those files that have either changed or added since the last backup. It's a gui application so no command-line if that isn't your thing and is highly configurable (you can ask it, for instance to not backup .iso images).

I think this is far safer than copying and pasting as files can become currupted and permissions lost. I am almost certain you can backup to ntfs as long as you use the superuser install.

I hope this helps.
__________________
OSS - the way forward
Reply With Quote
  #6  
Old 27th June 2012, 12:33 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
linuxfirefox
Re: Easy-to-use backup software?

IMO a 'copy' is NOT a backup in a meaningful sense. If you do weekly 'copies' and you accidentally delete a needed file without noticing, then a week later you've lost your file completely. That's not a solution. Many incremental backups are the right approach. I've got ~2 years of daily incremental backups (I've deleted a few days) and a base - so I can restore any directory to it's state on nearly any night in the past 2 years (with a few exceptions).

Look at safekeep.
- you need to create config (from a template) for every system to tell which directories to include/exclude
- you have to setup ssh keys for the 'safekeep' onetime.
- maybe setup a cron script (optional)

safekeep does reverse incremental backups (uses ssh, rsync, rdiff-backup) from a current copy that is updated. So it's pretty painless to do nightly incremental backups. You can do local backups as well as across the net (far system requires sfekeep-client).


safekeep isn't perfect.
- Decent documentation
- could use a restore script (you have to manually construct an rdiff-backup command).
- between F14 and F17 the safekeep account uid,gid changed, requiring an ugly chown -R -h safekeep:safekeep .
. across the backup directory (~250GB on an old disk, took hours)
- could use better documentation about deleting incrementals & directories you no longer needs.


Maybe there is a better tool, maybe penguinclaws luckyackup is better (it's certainly newer)., but you DO want incrementals. Copies are a very limited(*) idea.

*- limited is a kinder gentle term for dum*ss loser-tarian.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe

Last edited by stevea; 27th June 2012 at 12:41 AM.
Reply With Quote
  #7  
Old 27th June 2012, 12:40 AM
sidebrnz's Avatar
sidebrnz Offline
Registered User
 
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,105
linuxfirefox
Re: Easy-to-use backup software?

Depending on how much you need to back up, you may be able to back up to a flash drive, as I do. Personally, I use Back in Time because it uses links to save space when a file hasn't changed from one backup to the next. Of course, to make that work I had to reformat the flash drive as ext4, but as my house is a Windows Free Environment, that's not an issue. If you are going to use an NTFS partition for your backups you need to know that permissions there aren't the same as they are in any Linux filesystem. (Have it backed up to a compressed tar file, with permissions stored and you're OK.)
__________________
Registered Linux user #470359 and permanently recovered BOFH.

Any advice in this post is worth exactly what you paid for it.
Reply With Quote
  #8  
Old 27th June 2012, 01:19 AM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxfirefox
Re: Easy-to-use backup software?

I have a flash drive yet it is only a 2GB drive. Good idea, I just need a bigger drive.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
  #9  
Old 27th June 2012, 10:58 AM
CrimsonKing Offline
Registered User
 
Join Date: Dec 2011
Location: Germany
Posts: 119
windows_7firefox
Re: Easy-to-use backup software?

Why not use rsync?
__________________
An operating system is the tool, not the purpose. · "Ubuntu: The African word for 'Windows is too hard for me'."
Reply With Quote
  #10  
Old 27th June 2012, 12:41 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,602
linuxchrome
Re: Easy-to-use backup software?

Kona, i had figured that if you dont backup blindly, you can save ALOT of space.
This said, i refer to folders like: Videos, Pictures and Downloads or VirtutalBox in specific.

Those folders can be stored 'as is' without the need of compression, hence, leave them on a NAS and execute from there, and you'll save lots of space, special if your NAS is running wiht a raid.
The actual important files, your Documents, /etc as a whole, can be saved easly into a tarball less than 1 gb large, for me that fits at least.

My 2 gb flash sd card, has a partition of 100mb, which i use to backup my scripts without compression, so i can call them right from the flash drive, the other 1900 mb, are reserved for actual backupfiles, like Documents, and as well as all hidden/configuration files of/in $HOME/.*

Larger files, such as Music, Videos, i have stored/saved/located on the NAS as well as on a 16gb usb key.

However, th following script will save:
/.s (my script mount)
/etc
/home/simon
If no argument (path) is provided, and sve the file on the NAS (if nas=true) or to a local folder.
Hope this helps your task:

Code:
#!/bin/bash
# |
# | Variables & Paths
	nas="true"
    curDate=$(date +'%Y.%m.%d')
    toSave="/etc 
            /.s 
            /home/simon
            "
    bkuptmp=/tmp
    bkuppath="/priv/backups/$(hostname)"
    naspath=/home/simon/nas
    if [ "true" = "$nas" ]
    then	bkupdir="$naspath$bkuppath"
    		if [ "" = "$(ls $bkupdir)" ]
    		then	echo "make sure NAS is mounted.."
			# Script-Tools, Device NAS LABEL mount-all
			st dev nas 42 ma
    		fi
    else	bkupdir="$bkuppath"
    fi
    [ ! -d $bkupdir ] && mkdir $bkupdir -p
# |
# | Subs
	backup() { # PATH|LIST
	#
	#
		echo "Backing up: $@"
		#declare -a args=( "$@" )
		#tarfile="${args[@]:0:1}"
		SOURCE="$@"
		
		for each in $SOURCE
		do	bn=$(basename $each)    # Basename
			dn=$(dirname $each)     # Dirname
			if [ "$bn" = "$dn" ]
			then	echo "Backing up $each"
			        sudo tar -acf $bkupdir/$curDate-${each:1}.tar.gz	$each
			else    echo "Backing up $bn"
			        sudo tar -acf $bkupdir/$curDate-$bn.tar.gz	        $each
			fi
		done
		
	}
# |
# | Output
    args="$1$2$3$4"
    if [ ! "" = "$args" ]
    then	backup "$@"
    else	backup $toSave
	fi
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb

Last edited by sea; 27th June 2012 at 12:54 PM.
Reply With Quote
  #11  
Old 27th June 2012, 01:12 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfirefox
Re: Easy-to-use backup software?

Areca scratches many needs.
Reply With Quote
  #12  
Old 27th June 2012, 02:05 PM
flyingfsck Offline
Registered User
 
Join Date: Aug 2010
Location: Al Ain, UAE
Posts: 1,054
linuxfirefox
Re: Easy-to-use backup software?

Most backup utilities are GUI wrappers around rsync and end up making rsync more difficult to use, instead of easier. For example backintime, flyback, luckybackup and a zoo of others.

So, do read the rsync man page. A typical backup script is a one liner and making that 'simpler' with a GUI wrapper is usually not possible.
Reply With Quote
  #13  
Old 27th June 2012, 03:37 PM
Smoking Tux's Avatar
Smoking Tux Online
Registered User
 
Join Date: Jan 2011
Location: /home
Posts: 267
windows_xp_2003firefox
Re: Easy-to-use backup software?

+1 for backintime

@sidebrnz, take a look at the backintime documentation:

Quote:
Starting from version 0.9.24 permissions and user/group are stored in a special file. This way you can even save/restore files from a NTFS/FAT drive without losing this informations (NOTE: FAT don’t support hard-links).
So there is no need to use a special filesystem anymore..
__________________
regards, Thomas
Reply With Quote
  #14  
Old 27th June 2012, 05:18 PM
BBQdave's Avatar
BBQdave Offline
Gnome-gasmic by choice!
 
Join Date: Aug 2011
Location: North Carolina
Age: 45
Posts: 1,038
linuxfirefox
Re: Easy-to-use backup software?

Quote:
Originally Posted by stevea View Post
Maybe there is a better tool, maybe penguinclaws luckyackup is better (it's certainly newer)., but you DO want incrementals. Copies are a very limited(*) idea.

*- limited is a kinder gentle term for dum*ss loser-tarian.
Not sure if that was aimed at me

But to clarify, I copy files and folders (projects) that have changed in my home directory once a month and sensitive work (files and folders) daily. Annually, I copy to dvd's.

I have 14 years of data stored in this manner and access it with no trouble. I have my data on 3 different disks and on dvd's, maybe a bit overboard, but I have lost no data. If you were to look at any given disk, the data is labelled simply by date and project. My network is fast, so pushing large chunks of data is no problem.

It is a basic storage system, but has worked well over multiply OS's (Linux, Mac, Windows). My last mac machine (eMac) is a file server, and my workstations are Linux. My Wife uses the eMac (file server) to back up her Windows machine and share files with me.

This basic method of storage started for me with Mac OS 9, Red Hat Linux and some Iomega zip cartridges. And I can still access those Iomega zip cartridges with my current machines
__________________
On quest for blue smoke and red rings...
Reply With Quote
  #15  
Old 27th June 2012, 11:34 PM
kona0197's Avatar
kona0197 Online
The Wibble Rouser
 
Join Date: Mar 2005
Age: 37
Posts: 3,787
linuxfirefox
Re: Easy-to-use backup software?

@Sea: I have no idea what a NAS is, and i don't know how to do scripts, sorry. If NAS is some sort of server setup I don't have any way of getting a server setup. Sucks when your broke.
__________________
Custom Desktop | AMD Phenom II X4 920 Quad Core CPU - 2.9 GHz | 3 GB DDR2 RAM | 500 GB HDD | Radeon 2400 HD Graphics | DVD-RW | Windows 7 SP1

No fate but what we make...
My Blog: kona0197.wordpress.com
Reply With Quote
Reply

Tags
backup, easytouse, software

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy reliable Backup Software Setarkos Using Fedora 10 26th January 2010 09:39 PM
looking for easy solution to backup panamaszr12 Using Fedora 19 12th July 2006 02:17 AM


Current GMT-time: 07:20 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat