Re: [SLUG] Looking for a way (that works) to back up entire system

From: Logan Tygart (thelogan@allyourbase-arebelongto.us)
Date: Mon Mar 03 2008 - 21:38:26 EST


On Mon, 2008-03-03 at 21:20 -0500, Eben King wrote:
> On Mon, 3 Mar 2008, steve szmidt wrote:
>
> > On Monday 03 March 2008, Donald E Haselwood wrote:
> >> What is a good way to backup the entire linux system?
<snip>
> > I never back up the whole thing as it's too easy to just reinstall from
> > scratch.
>
> Don't you have data you'd like to keep?

I have two HD's in my work station, at home. One drive is for use, the
other is mounted as /backup. I set my crontab to do this:

1 0 * * * root rsync -avz --delete /home/ /backup

Which copies the /home directory to /backup and deletes any files that
were deleted from /home, one minute after midnight, every night.

I used to only run this weekly. Your cron job may vary.

Logan

-- 
I've seen these high-tech Japanese toilets before on TV. -- Matt Moen, SLUG List
Registered Linux User: 277727


----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:17:35 EDT