I have made a duplicity backup with Ubuntu 14.04 in another laptop of my home directory.
I copied all duplicity back files to my current laptop to "/home/user/Ubuntu-backup"
How do i browse the content of that backup see if it is worth restoring? I want to restore how do i restore from those files.
man duplicity
is your friend.To list files contained in a backup,
duplicity list-current-files [options] [--time time] target_url
Start of sample output:
Another useful status command
duplicity collection-status [options] [--file-changed <relpath>] target_url
Start of sample output:
To restore files
duplicity [restore] [options] [--file-to-restore <relpath>] [--time time] source_url target_directory