-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does someone correctly delete snapshots? #2
Comments
Quoting Seth Call ([email protected]):
That's fine. You could also do
but the rm is easier to type :) As you use this, if you find features/details that would make -serge |
Hey hallyn, thanks: 2 that come to mind: destroylxc-snap -d c create output improvement + new argumentlxc-snap c (which already exists--it does a create), should return the name of the snapshot it created. Also, it should take an optional parameter allowing the user to specify the snapshot name (very useful in scripts so that you don't have to guess what the name of the new snapshot is) |
Quoting Seth Call ([email protected]):
Yup - that'll be trivial to add once I get the snapshot support into |
I'm just going into lxcpath/snapshots and whacking them using rm -rf
Is that correct?
i.e.,
sudo rm -rf /var/lib/lxc/snapshots/chef_1
The text was updated successfully, but these errors were encountered: