> I tried to find out who or what moves older logfiles from log > directory to oldlog directory, but this far I haven't succeeded. I > suspect that since I have two different backup configurations > running with same log directory, the DAILY backup process decides > that previous weeks' WEEKLY backups are 'old' and moves the logs to > oldlog directory (thank god it doesn't delete them!). I'll try > using separate log directories for separate configs in the future.
Cool! Look for lines beginning with "logfile" in the two amanda.conf. $ grep "infofile\|logdir\|indexdir" be/amanda.conf be-full/amanda.conf be/amanda.conf:infofile "/var/lib/amanda/be/curinfo" # database DIRECTORY be/amanda.conf:logdir "/var/lib/amanda/be/log" # log directory be/amanda.conf:indexdir "/var/lib/amanda/be/index" # index directory be-full/amanda.conf:infofile "/var/lib/amanda/be-full/curinfo" # database DIRECTORY be-full/amanda.conf:logdir "/var/lib/amanda/be-full/log" # log directory be-full/amanda.conf:indexdir "/var/lib/amanda/be-full/index" # index directory
