cancel
Showing results for 
Search instead for 
Did you mean: 

Get file list of a backup

philalbert
Level 4

Hi,

I would like to know if there's a way to create a file list without restoring the actual data. Like get a list of the files/directories from a backup. (And keep the structure)

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

sclind
Moderator
Moderator
   VIP   

We use bplist - for example:

bplist -t 0 -C <client> -k <policy> -b -l -Listseconds -s 09/21/2014 00:00:00 -e 09/22/2014 18:00:00 -R /

View solution in original post

2 REPLIES 2

sclind
Moderator
Moderator
   VIP   

We use bplist - for example:

bplist -t 0 -C <client> -k <policy> -b -l -Listseconds -s 09/21/2014 00:00:00 -e 09/22/2014 18:00:00 -R /

Thanks sclind, that's exactly what I found earlier today. Thanks for the reply!