mirror of
https://github.com/snachodog/handy-debian-scripts.git
synced 2026-06-04 03:17:43 -06:00
Create paperless_tmp_clean.sh
Created paperless_tmp_clean.sh so that to manually clean the Paperless-ngx temp for cleaning out them out. needs to be set to a cron schedule
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
find /var/lib/docker/overlay2/${TMP}/diff/tmp -type f -atime +1 -exec rm -f {} \;
|
||||
Reference in New Issue
Block a user