Hi Marc, > My issued Command is: > > tar cf /mnt/hdd/archive.tar -g /mnt/hdd/archive.tar.snar -X > /mnt/hdd/tar_exclude_list -T /mnt/hdd/tar_include_list --preserve > --atime-preserve --same-owner
Do not use --preserve option. It implies --same-order, which is incompatible with --listed-incremental. Also, I'd suggest to try version 1.20. Regards, Sergey
