Created
May 17, 2022 09:21
-
-
Save sshnaidm/ffc7379f9499a38dffdebf54a0f5e4a0 to your computer and use it in GitHub Desktop.
delete outdated volumes
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
find /storage/boot-*img -mtime +7 -type f -exec sh -c 'sudo virsh vol-delete {}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment