Examples (5)
Clone the package state of the current system into a specified directory
apt-clone clone path/to/directoryCreate a clone file (`.tar.gz`) for backup purposes
apt-clone clone --destination path/to/backup.tar.gzRestore the package state from a clone file
apt-clone restore path/to/backup.tar.gzShow information about a clone file (e.g., the release, architecture)
Check if the clone file can be restored on the current system
apt-clone restore path/to/backup.tar.gz --destination path/to/restoremade by @shridhargupta | data from tldr-pages