Michael <[email protected]> ha escrit: > Running " tar --create --listed-incremental=snapshot > --file=not_so_empty.tar --files-from=empty_list_file " > where "emtpy_list_file" has length of zero, tar includes all the files > in the current working directory
This is intended. Empty file list implies '.', i.e. current working directory. Regards, Sergey
