Man page - debspawn-maintain(1)
Packages contas this manual
Manual
| DEBSPAWN-MAINTAIN(1) | debspawn maintain | DEBSPAWN-MAINTAIN(1) |
NAME
debspawn-maintain - Run various maintenance actions
SYNOPSIS
debspawn maintain [-h|--help] [-y|--yes] [--migrate] [--update-all] [--clear-caches] [--purge] [--status]
DESCRIPTION
Perform various maintenance actions on debspawn. Actions this subcommand allows will affect generic settings of debspawn or all of its container images at once. It can also be used to display general, useful information about the system and debspawn installation to help with finding setup issues.
EXAMPLES
You can update all container images that debspawn knows of in one go:
$ debspawn maintain --update-all
If you want to get information about the current debspawn installation (useful when reporting an issue against it), the --status option will print a status summary and highlight issues:
$ debspawn maintain --status
You can clear all caches for all images to free up disk space (missing data will be downloaded or regenerated again when it is needed):
$ debspawn maintain --clear-caches
OPTIONS
-h|--help
-y|--yes
--migrate
--update-all
--clear-caches
--purge
--status
SEE ALSO
debspawn-build(1), debootstrap(1), systemd-nspawn(1).
AUTHOR
This manual page was written by Matthias Klumpp <mak@debian.org>.
COPYRIGHT
Copyright © 2018-2022 Matthias Klumpp
| Debspawn |