Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Download of disk image
PostPosted: Sat May 22, 2004 1:10 pm 
Offline
Senior Newbie
User avatar

Joined: Wed Mar 31, 2004 8:50 pm
Posts: 7
This may by my own ignorance but since I don't have a reliable way to backup my linode it would be great to be able to directly download a linode disk image from the Linode Platform Manager.

Steve


Top
   
 Post subject:
PostPosted: Wed May 26, 2004 11:01 am 
Offline
Senior Member

Joined: Sun Nov 30, 2003 2:28 pm
Posts: 245
Rsync, man!
man rsync

You don't need to backup your whole image, just the stuff you
change and that would be painful to recreate. E.g. : /etc, /home,
web page, database files, etc. If you use Debian, run dpkg --get-selections periodically and save that output; then you can
reload it with dpkg --set-selections. I'm sure there's something similar for Red Hat, Gentoo, whatever.

_________________
The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


Top
   
 Post subject:
PostPosted: Wed May 26, 2004 12:37 pm 
Offline
Senior Member

Joined: Tue Apr 27, 2004 5:10 pm
Posts: 212
Try out rsnapshot. I've been using it for a few months now, and it's awesome. Very easy to set up.


Top
   
 Post subject:
PostPosted: Wed May 26, 2004 2:37 pm 
Offline
Senior Newbie
User avatar

Joined: Wed Mar 31, 2004 8:50 pm
Posts: 7
Thanks, I have looked at both of these but It's my understanding that the remote backup location for rysnc needs to be running Linux. My Linode is the only Linux server I have.

Regards,
Steve


Top
   
 Post subject:
PostPosted: Wed May 26, 2004 3:19 pm 
Offline
Senior Member

Joined: Tue Apr 27, 2004 5:10 pm
Posts: 212
sprouse wrote:
Thanks, I have looked at both of these but It's my understanding that the remote backup location for rysnc needs to be running Linux. My Linode is the only Linux server I have.

Well in that case, it looks like you have a good excuse to get another linux box up and running :-)

I guess I'm not sure what to recommend if you don't have another unix box. Perhaps you can have a cron make daily tarballs of critical directories (/etc, /home, /var) and copy them to /tmp. Then from your windows box ( or whatever other system you have ), run a cron job/scheduled task/etc to grab those tarballs shortly after they're created. This would be pretty easy to script using scp and public key auth.


Top
   
 Post subject:
PostPosted: Wed May 26, 2004 4:22 pm 
Offline
Senior Newbie

Joined: Tue Nov 04, 2003 12:32 am
Posts: 12
anderiv wrote:
sprouse wrote:
Thanks, I have looked at both of these but It's my understanding that the remote backup location for rysnc needs to be running Linux. My Linode is the only Linux server I have.

Well in that case, it looks like you have a good excuse to get another linux box up and running :-)



Or if you're not up to that, you can install the Cygwin environment on your Windows box and get Rsync from it.


Top
   
 Post subject:
PostPosted: Wed May 26, 2004 7:51 pm 
Offline
Senior Member

Joined: Wed Oct 29, 2003 12:27 pm
Posts: 50
sprouse wrote:
Thanks, I have looked at both of these but It's my understanding that the remote backup location for rysnc needs to be running Linux. My Linode is the only Linux server I have.

I do an rsync backup occasionally to my desktop that usually runs Windows by using Knoppix http://knoppix.com/ which is a very cool cd bootable Linux system. All I really need is enough disk space to create the Linux partition,

For more regular backups I have a script that gzips important directories and MySQL dumps.

Ross


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group