Hello, I have a shell script generating my bacula configs.
Is there any enhancements, error or whatever in calculating the retention period as per below?
(it is a no-recycle scenario) #days to keep records in months, min 1 RETENTION=2 FILERETENTION=$(($RETENTION*30+40)) VOLUMERETENTION=$(($RETENTION*30+40)) JOBRETENTION=$(($RETENTION*30+90)) CATALOGRETENTION=$(($RETENTION*30+90)) thanks Antonino
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users