fixed find command
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user