Univention Bugzilla – Bug 35084
univention-samba4-backup unable to delete sysvol backup
Last modified: 2014-07-10 13:35:23 CEST
The Script /usr/sbin/univention-samba4-backup can't locate the sysvol backups. The script is looking for sysvol_*bz2, in the script as followed: find $WHERE -name "sysvol_*bz2" -mtime +$DAYS -exec rm {} \; But the Backups are safed as: sysvol.2014-05-01.tar.bz2 done in the script here: tar cjf ${WHERE}/${n}.${WHEN}.tar.bz2 $relativedirname --warning=no-file-ignored The _ in the find statement should be replaced by . Errata level of the installation: 121
(In reply to Roman Dietiker from comment #0) > ... > The _ in the find statement should be replaced by . Thanks, i fixed this in univention-samba4-backup YAML: staging/2014-06-17-univention-samba4.yaml
Verified.
http://errata.univention.de/ucs/3.2/142.html