Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • that does sound like making a copy of it ;) Commented Oct 8, 2022 at 10:57
  • 2
    Does this answer your question? How do I replicate installed package selections from one Debian system to another? (Debian Wheezy) Commented Oct 8, 2022 at 10:58
  • (for the stored data, you will want to copy that over manually using rsync, as it's rather specific. Might mostly be your home directory, might be things like documents served from /var/www ; short of actually copying the whole machine, there's no way for debian to know what this entails and what not) Commented Oct 8, 2022 at 10:59
  • Are you only looking to restore the installed packages or also to restore all system configurations, all configs in /etc, and so on? People here often censor posts about copying/backing up whole systems (not the same as making a clone or just copying some files) for unknown reasons so this may get deleted too. Maybe you could use the tool TimeShift. Commented Oct 8, 2022 at 13:04
  • 2
    @MarcusMüller The question by your link as far as I understood only discusses apt packages, but for me one of the important things is Python which I have installed manually, and also the packages I gave installed after that using pip. I am afraid that I don't know where are all those files located to copy the folders Commented Oct 8, 2022 at 13:47