Selected
Backup
v.1.2 ~ Updated May 6,
2001
| PageMod
| MySQL Backup | FutureSQL
| WCN:Talk (formerly FutureForum) |
| Search and Replace
| Selected Backup | Simple
Form |
[ Visit our Open Source Software page or one of the links above to obtain other Open Source programs
]
Open Source
Support Forum
:
If
you need technical help, you may also leave a post at our
Open Source Support Forum. If others answer questions before
I get to them, I don't mind at all :-)
Register
your email
to receive notification about updates
to our Open Source software!
Selected backup is based on mysql_backup.cgi, but without
the 'mysqldump' function. It doesn't interact with any databases
- it simply tars and gzips files and directories, based on
an include file and an exclude file.
I use it to backup special dirs, once in awhile, and I also
use it to backup my whole hard drive from drive 1 to drive
2. To do that, I copy the scripts to new names, with new include
files, and place them in the /usr/local/sbin directory (or
anywhere, but you have to run them as root, to backup whole
drives,) and then run them under cron. Here are the various
iterations (I use 3 sets for Disk to Disk, one for var, one
for my web tree (virtual) and one for root /.) Note that the
root backup excludes the others - but you can easily modify
the files.
[ Note to Programmers: If you're a programmer,
and are concerned about issues such as 'use strict', 'my'
and other programming constructs, you may be interested in a note about
programming methods. ]
All the Files, Tarred and Gzipped
(Unix format)
Normal Version
Disk to Disk Version
Return to Top Open
Source Page
|