Created
January 28, 2024 08:34
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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