Displaying 1 result from an estimated 1 matches for "samba4_etc".
2017 Jun 05
3
Samba backup script retention question
Hello,
I'm using the 'samba_backup' script with the self compiled version.
I noticed the retention period not being applied to etc and sysvol
tar.bz2 files. Looking at the script it appears to only list the
following at the end
'find $WHERE -name "samba4_*bz2" -mtime +$DAYS -exec rm {} \;'
Can I also include the etc and sysvol tars in the command? Any