diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-09-15 15:12:24 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-09-15 15:12:24 +0000 |
| commit | d38e1d3fcac8bdfbde92a01b74067fe2a91005e8 (patch) | |
| tree | bca6464610a95a71091c5a6ff432f9680bc3d48f | |
| parent | d99fe2eb4a9019df205fcab9387c0bbd11b50a8c (diff) | |
just run this second find 6 hours later
| -rw-r--r-- | roles/koji_hub/files/koji-directory-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koji_hub/files/koji-directory-cleanup b/roles/koji_hub/files/koji-directory-cleanup index 167cad2c0..bdbec7bb2 100644 --- a/roles/koji_hub/files/koji-directory-cleanup +++ b/roles/koji_hub/files/koji-directory-cleanup @@ -1,3 +1,3 @@ 0 8 * * * apache find /mnt/koji/work -xdev -depth -mindepth 2 -mtime +14 \( -type f -o -type l \) -delete -o -type d -empty -delete >& /dev/null 0 9 * * * apache find /mnt/koji/scratch -xdev -depth -mtime +14 \( -type f -o -type l \) -delete -o -type d -empty -delete >& /dev/null -0 9 * * * apache find /mnt/koji/scratch/koschei -xdev -depth -mtime +1 \( -type f -o -type l \) -delete -o -type d -empty -delete >& /dev/null +0 15 * * * apache find /mnt/koji/scratch/koschei -xdev -depth -mtime +1 \( -type f -o -type l \) -delete -o -type d -empty -delete >& /dev/null |
