logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debspawn-maintain - Run various maintenance actions

Author

       This manual page was written by Matthias Klumpp <mak@debian.org>.

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:

       $ debspawnmaintain --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:

       $ debspawnmaintain --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):

       $ debspawnmaintain --clear-caches

Name

       debspawn-maintain - Run various maintenance actions

Options

       -h|--help
           Print brief help information about available commands.

       -y|--yes
           Perform dangerous actions without asking twice.

       --migrate
           Migrate any settings or configuration changes to the current version of debspawn.

       --update-all
           Update all container images that we know.

       --clear-caches
           Delete all cached packages for all images.

       --purge
           Remove all images as well as any data associated with them.

       --status
           Display a status summary about this installation, highlighting potential issues.

See Also

debspawn-build(1), debootstrap(1), systemd-nspawn(1).

Synopsis

debspawnmaintain [-h|--help] [-y|--yes] [--migrate] [--update-all] [--clear-caches] [--purge] [--status]

See Also