fixed find command

This commit is contained in:
rick
2019-08-27 20:30:45 +02:00
parent 8591f84119
commit 8f4ed914b5

View File

@@ -28,7 +28,7 @@ do
done
#housekeeping - keep last 38 days
find ${backuppath} -mtime +38 -exec rm -f ${backuppath}/{} ;\
find ${backuppath} -mtime +38 -exec rm -f ${backuppath}/{} \;
#own data for backupuser
chown -R ${backupuser}:${backupuser} ${backuppath}