Current File : //proc/self/root/usr/local/jetapps/usr/share/rear/backup/default/990_post_backup_script.sh
if test "$POST_BACKUP_SCRIPT" ; then
Log "Running POST_BACKUP_SCRIPT '${POST_BACKUP_SCRIPT[@]}'"
RemoveExitTask "${POST_BACKUP_SCRIPT[@]}"
eval "${POST_BACKUP_SCRIPT[@]}"
fi