Hi! exit code 「2」 of amdump cannot be generated by amanda3.3. case of Amanda2.6, It set to exit code "2" if a file update arises. Does exit code "2" of amdump occur in amanda3.3?
■step 1.The following command is executed to an applicable file before amdump. # while :; do echo "strange err check." >>test_file; done 2.Backup start. ■result <ubuntu12.04+amanda3.3.1> backup@wb:~$ /usr/sbin/amdump tconf01 backup@wb:~$ echo $? 0 backup@wb:~/tconf01$ /usr/sbin/amreport tconf01 -l log.20130401163340.0 -f sup111485-01.log backup@wb:~/tconf01$ echo $? 2 <rhel6.3+amanda2.6.1p2-7> -bash-4.1$ amdump tconf01 sh-4.1$ echo $? 2 -bash-4.1$ amreport tconf01 -l log.20130401175851.0 -f sup111485-01.log -bash-4.1$ echo $? 2 --
