Supposedly while trying to make a backup of my Kubuntu 18.04 install with Pinguy Builder something went wrong and I lost, at least, these directories:
I do not know if it is relevant but an error occurred during the backup operation and it was interrupted, this being because I chose the option to build an iso but it was over 5 GB, so that I understand. Losing data on my system was the thing I was not expecting at all.
I have a Pinguy Builder folder in my system made in this backup, this is its directory structure:
Is there a way that:
1st: I can get the folders back
2nd: I can find if something else got deleted?
Talking about the irony of backing up to be safe and ending up with missing stuff...
Before I found out about this I ran Synaptic and it displayed the message to manually run dpkg --configure -a, but I assume that is unrelated and it was because there was a new grub version to update to. So I did.
---
edit: In my system the /etc/apt/ folder got deleted and inside the filesystem.squashfs backup created by Pinguy Builder that folder exists and has traces of my apt folder, more specifically the folder trusted.gpg.d has the mention to all the extra ppas I had installed. So no doubt it was Pinguy Builder that screwed up my system.
The best thing to do is maybe copy the apt folder from Kubuntu 18.04's iso and manually add the extra ppas I had, right?
And is there a way I can know if something else got deleted? All seems to be working just fine but if the apt folder got deleted, who knows what else could have happen...
Code:
$ sudo apt update [sudo] password for pemartins: Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory) W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory) W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory) W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
I have a Pinguy Builder folder in my system made in this backup, this is its directory structure:
Is there a way that:
1st: I can get the folders back
2nd: I can find if something else got deleted?
Talking about the irony of backing up to be safe and ending up with missing stuff...
Before I found out about this I ran Synaptic and it displayed the message to manually run dpkg --configure -a, but I assume that is unrelated and it was because there was a new grub version to update to. So I did.
---
edit: In my system the /etc/apt/ folder got deleted and inside the filesystem.squashfs backup created by Pinguy Builder that folder exists and has traces of my apt folder, more specifically the folder trusted.gpg.d has the mention to all the extra ppas I had installed. So no doubt it was Pinguy Builder that screwed up my system.
The best thing to do is maybe copy the apt folder from Kubuntu 18.04's iso and manually add the extra ppas I had, right?
And is there a way I can know if something else got deleted? All seems to be working just fine but if the apt folder got deleted, who knows what else could have happen...
Comment