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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-09-2005, 07:59 PM
|
#1
|
Member
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458
Rep:
|
automated online backup for Linux?
I used to have Win 2003 on a server that I set up at my house and on it I had Connected.com automated online backup software. I know have FC3 on the server and would like to put some kind of online backup application on it. I like that fact that the backup happens automatically and happens online so that it it stored offsite. Is there something similar for Linux? Thanks.
Todd
|
|
|
12-09-2005, 08:22 PM
|
#2
|
Member
Registered: Sep 2003
Location: /dev/null
Distribution: CentOS, Ubuntu
Posts: 128
Rep:
|
rsync
I use rsync over ssh so that it's encrypted. Made a simple shell script that cron runs once a week. I suppose you could tunnel it though stunnel instead of ssh, since that's pretty simple to set up.
Here's a good article on implementing rsync backups: http://www.mikerubel.org/computers/rsync_snapshots/
Partimage has the ability to compress and transfer entire partitions across a network, though I can't say that I've ever tested that particular functionality.
Hope that helps!
|
|
|
02-20-2006, 04:06 AM
|
#3
|
Member
Registered: Dec 2001
Location: /mnt/UNV/Mlkway/Earth/USA/California/Silicon Valley
Distribution: Kubuntu, Debian Buster Stable, Windoze 7
Posts: 684
Rep:
|
rsync into a bz2 compressed file?
Hi there
Well, partimage is great, but you have to unmount the partition you are saving, which precludes a lot of systems from the start. Besides that it is a great tool that rivals Norton Ghost in my house.
Another thing:
I am using rsync for backups every night and love it. It only saves changes and goes over a encrypted link.
Now one thing that I am totally missing and would love to implement:
Compression.
Not compression of the transfer (rsync offers that) but compression of the files on the backup media.
After loosing a HD this weekend and probably see 120GB of data go down the drain, I decided to now get a dedicated Disk just for backuping. Tapes and streamers are a rip off, as the largest tapes and drives that you can use (around 200 GB per media) costs an arm and a leg ;-)
Does anybody know how to get rsync to work with a compressed archive on the receiver side?
Creating a filesystem on a file and mount it with the loop drive could work, but I have investigated a little and all of them are read only. Ext3 / ext2 compression is totally alpha status, nobody seems to use or need it (comment of the WWW: "..HD space is soo cheap...")
But why not compress it if you can? Why waste the speed of a lightning fast hd AND the space too?
|
|
|
02-20-2006, 09:41 AM
|
#4
|
Senior Member
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522
Rep:
|
make a shell script on the remote end to tar and gunzip the files once they are uploaded?
i say do this on the remote end so that you still use rsync and only update changed files, then they get compressed
maybe not the best way, but that's where i'd start
|
|
|
All times are GMT -5. The time now is 03:10 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
|
|