fixed find command
This commit is contained in:
@@ -28,7 +28,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
#housekeeping - keep last 38 days
|
#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
|
#own data for backupuser
|
||||||
chown -R ${backupuser}:${backupuser} ${backuppath}
|
chown -R ${backupuser}:${backupuser} ${backuppath}
|
||||||
|
|||||||
Reference in New Issue
Block a user