L Leveret Jul 17, 2019 #1 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 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.
OP L Leveret Jul 17, 2019 Thread Starter #3 I use the - before the czvf but still get a message saying: Option --listed-incremental is not supported.
I use the - before the czvf but still get a message saying: Option --listed-incremental is not supported.
toorski Jul 18, 2019 #4 --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
--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
ljboiler Jul 18, 2019 #5 The BSD version of tar doesn't support that option, but the GNU version does. Install the gtar package and use the gtar command.
The BSD version of tar doesn't support that option, but the GNU version does. Install the gtar package and use the gtar command.