I installed storeback on my 9.1 system and created two config files in /etc/storebackup--one with the default name (storebackup.config) and another with my own name--to generate two separate backups. I have two problems: 1. Storebackup finishes with 255 returncode, even though no problems are reported in its logfile, and no "exit 255" statement exists in the storeBackup script. 2. The storebackup cron script doesn't run the second backup: ============== [...] if [ -x /usr/bin/storeBackup -a "$configs" ]; then for file in $configs do nice storeBackup -f "$file" done fi ============== I would expect the "for" statement to run twice, but it always stops after the first config file, no matter what names I use to affect the order the files are found. I can manually run each one separately just fine, except for the 255 return code at the end. Anyone with a clue how to fix this? Thanks, Jim