long story short, I had a dual boot Windows/Ubuntu 24.04. I removed my Windows but had accidentally removed a partition. Result, I could not longer boot in my Ubuntu.
I tried repairing the grub but was getting too complicated.
I re-installed my Ubuntu 24.04 using the same settings I had.
Before this, I had a weekly rsync backups since March done on my /home/.. folder and they were stored in another partition that is intact. I forgot how it was setup.
However, I am having hard time how to restore it (want to do a dry-run first).
Here is my backup folder:
- duplicity-full.*.manifest.gpg
- duplicity-full..vol.difftar.gpg
- duplicity-full-signatures.*.sigtar.gpg
- duplicity-inc..to..manifest.gpg
- duplicity-inc..to..vol*.difftar.gpg
- duplicity-new-signatures..to..sigtar.gpg
I do not want to restore everything.
I want to first see the files that are in the backups and decide which ones I want to restore.
How do I do this and which files do I give it?

