Skip to content

Instantly share code, notes, and snippets.

@SystemJargon
Created January 28, 2024 08:34
Show Gist options
  • Save SystemJargon/f64b3d5b31896830b75a0413740d30c3 to your computer and use it in GitHub Desktop.
Save SystemJargon/f64b3d5b31896830b75a0413740d30c3 to your computer and use it in GitHub Desktop.
free up space on Unifi UDM-PRO when it has low disk space due to the pool directory filling up with 1GB .ubv files
## free up space on Unifi UDM-PRO when it has low disk space due to the pool directory filling up with 1GB .ubv files
## largest 20 files in /volume1
# du -a /volume1 | sort -n -r | head -n 20
rm /volume1/.srv/unifi-protect/video/pool/*.ubv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment