Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
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:
# tar zxvf edirbkup.tgz
# vi dsbkup.sh
# vi ndsbackup.sh
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.