the issue I can not know the dar file which contain my physical file.
Is there any option to restore big files should I do before I start restoring be backup?
thank you
You do not need to know which of the dar files contains your file you just give dar the path of the first file (perhaps not all of it), then tell it which file to extract.
http://dar.linux.free.fr/doc/presentation.htmland
# dar --help
usage: dar [ -c | -x | -d | -t | -l | -C | -+ ] [<path>/]<basename> [options...]
dar -h
dar -V
Commands are:
-c creates an archive
-x extracts files from the archive
-d compares the archive with the existing filesystem
-t tests the archive integrity
-l lists the contents of the archive
-C isolates the catalogue from an archive
-+ merge two archives / create a sub archive
-h displays this help information
-V displays version information
so you probably want something like this (untested)
dar -x /media/<usbdisk>/<domain>/set<n>/full-nnnnnnnnnnnnnn -v -I <fullpath of file to extract>
I seem to remeber that the full path of the file to be extracted should NOT start with "/".
You'l have to experiment with this.
oh - I see Stefano has posted a wiki link - suggest you look at that...