Kent,
    I made something like this for one of my customers before.  I used an
RH73 box that I placed in their facility...it used Samba to share server
space with them.  Then at night automated scripts used sftp to transfer
"new" or "updated" files to my datacenter.
I had to write some perl scripts to monitor for new files, but they were all
confined to one directory (and its subs), I created a document
(.edoceo.repono.scan) that would keeps track of file names and their last
modified time, then when I was re-scanning the directory any file not in the
list is "new", check timestamps for files that already exist.  The script
would then upload the file with a name like "<realfilename>.<date>" so that
I would archive them for a long time.  I guess if you are in a secure
environment you could rsync.  Find a way to mangle the filenames so that the
backups can accumulate

/B


----- Original Message -----
From: "Kent Borg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 16, 2003 11:54
Subject: Online Backup Software?


> Does anyone here know of good online backup software?  That is, with
> disks getting so big that they can be hard to fill up and tapes are
> getting impractical, why not back up a Linux machine to a different
> computer, or in the case of a raid 1 machine, maybe even to itself (to
> a normally unmounted partition).
>
> As a first approximation a simple rsync could be pretty efficient at
> making backups, but I also want to be abe to fetch old versions of
> changed (or deleted) files.
>
> I think I want rsync with history.  To save space I would like to run
> it immediately after installing the OS to establish a baseline that
> wouldn't actually have to be stored, maybe just kept as md5s like a
> tripwire database.
>
> Is there such a thing?
>
>
> -kb, the Kent who doesn't see that cvs would work, because it wants to
> put too much extra stuff among my backed up data and not all software
> is happy with that, it doesn't like binary data, and it wants to turn
> off the w-bit.
>
>
> P.S.  I think I want EVC, External Version Control.  It would be a
> program that looks in from the outside, quiety noting changes, all
> without tampering with the subject matter at all.
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to