Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created May 17, 2022 09:21
Show Gist options
  • Save sshnaidm/ffc7379f9499a38dffdebf54a0f5e4a0 to your computer and use it in GitHub Desktop.
Save sshnaidm/ffc7379f9499a38dffdebf54a0f5e4a0 to your computer and use it in GitHub Desktop.
delete outdated volumes
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