## Sample target list file # As this file name is `sample.lst', you can execute backup by # calling `tarbut sample' # One path spec per line. Lines that start with `#' or those # with no characters or only blanks are ignored. # Specify one path per line. Tarbut internally changedir to / # before executing tar, so each line must be absolute path. # Basically tar dislike leading `/', so you should ommit # leading slashes(/), but if found, tarbut will do it for you. # Wildcards are also available which are expanded by the shell # (not tar). some/path some/path/file some/path/* some/path/*.tx? some/path/*.*htm*