Backup scripts for eDirectory on Linux
Novell Cool Solutions: Cool Tool
Reader Rating
from 2 ratings
In Brief
Scripts to backup eDirectory on Linux using either dsbk or ndsbackup.
Vitals
- Product Categories:
- eDirectory
- Functional Categories:
- Identity & Security Management
- Linux
| Updated: | 31 Oct 2007 |
| License: | Free |
| Download: | /coolsolutions/tools/downloads/edirbkup.tgz |
| Publisher: | Brad Bartholomew |
Disclaimer
Please read the note from our friends in legal before using this file.
Details
Here are two scripts for doing a backup of eDirectory on Linux using either dsbk or ndsbackup. Download the file and use the following instructions to implement.
Installation instructions:
- Copy the edirbkup.tgz file to the root directory '/'. Extract the backup directory and scripts by executing the following command:
# tar zxvf edirbkup.tgz
- Modify the scripts by changing the variables to be specific to your server and eDirectory tree.
# vi dsbkup.sh # vi ndsbackup.sh
- Add an entry in crontab to schedule the script to run automatically. To run nightly you may use something like this:
0 23 * * * /backup/dsbkup.sh 30 23 * * * /backup/ndsbackup.sh
The scripts are designed to keep only the 7 most current backups. You can modify it to meet your needs.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
Reader Comments
- Very nice idea, but it doesn't work on OES 1.0, i had to rewrite almost the whole ndsbackup syntax...