| Ubuntu This forum is for the discussion of Ubuntu Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
08-03-2006, 11:23 AM
|
#1
|
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Rep:
|
Better backup utility ?
Hello everyone, i am trying to backup my system and so far i've had issues. I tried using Keep, but it sucked, froze for a couple of minutes and did not compress properly. Do u know any other utility that also has a sync feature so i wont have to redo everything when running it.
Also im backing up my home directory, any other important directories that need backing up?
|
|
|
|
08-03-2006, 12:57 PM
|
#2
|
|
Senior Member
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,776
Rep:
|
rsync is great. I used to wait for over an hour to do backups. Now, with rsync, I do backups in usually less than a minute, as it copies over only files that have been changed or added since the last backup:
Code:
rsync -av /home /media/usbdisk
There's a graphical frontend, too, called grsync.
|
|
|
|
08-03-2006, 02:38 PM
|
#3
|
|
Senior Member
Registered: May 2005
Location: Paraguay
Posts: 1,565
Rep:
|
I use this script to backup my iportant files. Modify it to your needs.
Code:
#!/bin/sh
##
## Backup
cd
echo "This script will backup My Documents, Thunderbird, Firefox and amule to the /media/Temp/Backup folder. It will only copy folders or files that have been modified sice the last backup, so It'll be way quicker after ## the first time."
rsync -arvuz /home/kroekerhome/MyDocuments /media/Temp/Backup
rsync -arvuz /home/kroekerhome/.mozilla-thunderbird /media/Temp/Backup
rsync -arvuz /home/kroekerhome/.mozilla /media/Temp/Backup
rsync -arvuz /home/kroekerhome/.aMule /media/Temp/Backup
echo "Finished!"
|
|
|
|
08-04-2006, 04:11 AM
|
#4
|
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Original Poster
Rep:
|
Thanks, i will try that script!
|
|
|
|
08-04-2006, 02:54 PM
|
#5
|
|
Senior Member
Registered: Mar 2004
Location: Wales, UK
Distribution: Debian, Ubuntu
Posts: 1,075
Rep:
|
There are several utilities based on rsync that retain multiple versions of files, such as rdiff-backup.
The catch with the basic rsync approach is that make a second copy, but it doesn't let you go "back in time" to previous versions of files.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:09 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|