Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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. |
|
 |
05-20-2010, 08:45 AM
|
#1
|
|
LQ Newbie
Registered: May 2010
Posts: 2
Rep:
|
better sofeware to backup disk
Hello, my problem is that I have about 20 virtual disks, and I use rsync to backup them,
but if I only change a byte of one disk, rsync will transfer the whole disk.
Is there any software to just transfer what I changed instead of the whole file?
|
|
|
|
05-21-2010, 04:29 AM
|
#2
|
|
Member
Registered: May 2009
Location: australia
Distribution: slackware
Posts: 177
Rep:
|
Yes rsync does this.
This is the command I use to backup my "home-source" data directory to "home-destination" directory on a second drive partition.
"home-source" backup to sdb6 "rsync -auvpH home-source/ /mnt/hd/home-destination/"
This does incremental backups, with the same permissions.
Do some reading on the web to find what the options are doing; and if it suits you.
|
|
|
|
05-22-2010, 08:56 AM
|
#3
|
|
Senior Member
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,189
Rep: 
|
hywei, did you get this worked out? Not clear from your original post whether it would be a problem with how you are specifying the details to rsync, or whether perhaps you are dealing with disk images for virtual systems. If the latter, and you are using rsync from outside those virtual systems, then rsync will see the disk image as a single file, and that could be a problem. If you run rsync from within the virtual system, then you can be more appropriate and conservative in what you copy. It is sort of like the idea of backing up your data rather than your whole system on the assumption that you will reinstall the OS and recover the data.
However, there may be some tricks you can apply to get virtual system disk images copied efficiently, if that's what you are doing and what you want to do. See, for example, http://www.finalcog.com/rsync-vm-spa...ace-kvm-vmware.
|
|
|
|
05-23-2010, 01:32 AM
|
#4
|
|
LQ Newbie
Registered: May 2010
Posts: 2
Original Poster
Rep:
|
hi, choogendyk.
My problem is the latter case as you said, and I try to use rdiff-backup to solve it before, but currently I don't have enough time to complete it.
However, thanks very much for your suggestion, and I will post it if it works.
|
|
|
|
| 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 02:50 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
|
|