For reasons that I won't bore you with, I would like to back up /var/lib/apt/lists
to back up all of the downloaded manifests and then restore them back to that state should an apt-get upgrade
fail for some reason.
So ok I tar the files up but when I restore them the system still uses the updated version of the manifests. I'm assuming after they have been downloaded these manifests are ingested into an internal database for ease of access. So how do I kick off that ingest process without doing an apt-get update
?