We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The function destroy_snapshots does not work on debian Stretch, because the '-r' switch is not supported by tail.
I'm going to investigate how to improve the function.
Regards.
Below the error message received: tail : option invalide -- 'r' Saisissez « tail --help » pour plus d'informations. tail : option invalide -- 'r' Saisissez « tail --help » pour plus d'informations. missing dataset argument usage: destroy [-fnpRrv] <filesystem|volume> destroy [-dnpRrv] <filesystem|volume>@[%][,...] destroy <filesystem|volume>#
For the property list, run: zfs set|get
For the delegated permission list, run: zfs allow|unallow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The function destroy_snapshots does not work on debian Stretch, because the '-r' switch is not supported by tail.
I'm going to investigate how to improve the function.
Regards.
Below the error message received:
tail : option invalide -- 'r'
Saisissez « tail --help » pour plus d'informations.
tail : option invalide -- 'r'
Saisissez « tail --help » pour plus d'informations.
missing dataset argument
usage:
destroy [-fnpRrv] <filesystem|volume>
destroy [-dnpRrv] <filesystem|volume>@[%][,...]
destroy <filesystem|volume>#
For the property list, run: zfs set|get
For the delegated permission list, run: zfs allow|unallow
The text was updated successfully, but these errors were encountered: