ZFS Incremental backups with tar

I get an error message saying that listed-incremental is not supported when I use: tar --listed-incremental czvf backup.tgz /

Is it possible to perform incremental backups? Read the man pages but not sure what I may be doing wrong.
 
I use the - before the czvf but still get a message saying: Option --listed-incremental is not supported.
 
--listed-incremental
I don't see that switch (option) in man tar
Check man tar and the "-u" option. Maybe that will work for you
 
Back
Top