I've got a bad backup script including an unwanted file. The .tar.gz backup file is 5gig big and I'd like to get a list of every file in the archive and their size.
Is that possible ? How would you do it ?
|
|
|
This should list all files and detailed information about them:
|
|||
|
|
|
Use
to create a file containing a list of all the files in your archive. You can then |
|||
|
|