<div dir="ltr"><div style="font-size:small" class="gmail_default">I have not used tar in that way. </div><div style="font-size:small" class="gmail_default">Didn&#39;t even know they had that feature.</div><div style="font-size:small" class="gmail_default">There is -G for the old incremental format, and -g (--listed-incremental).</div><div style="font-size:small" class="gmail_default">So things have been changing. </div><div style="font-size:small" class="gmail_default">From the link you provided, it says:</div><div style="font-size:small" class="gmail_default"><br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_default gmail_quote">When extracting from the incremental backup GNU tar attempts to <br>restore the exact state the file system had when the archive was created. <br>In particular, it will delete those files in the file system that did not exist in <br>their directories when the archive was created.</blockquote><div style="font-size:small" class="gmail_default"><br></div><div>S<span class="gmail_default" style="font-size:small">o maybe it just omits including a file as a way to say it was deleted (or never</span></div><div><span class="gmail_default" style="font-size:small">existed in the first place)? Not sure ...</span></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Offtopic by related ...</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><div style="font-size:small" class="gmail_default">Rsync also has a feature to do incremental backups, although it is</div><div style="font-size:small" class="gmail_default">using hard links to fake the presence of files that have not changed.</div><div style="font-size:small" class="gmail_default"><a href="https://www.tecmint.com/linux-rsync-incremental-backup-cron/">This article</a> describes how it is done.</div><div style="font-size:small" class="gmail_default"><br></div>I have been using incremental backups at the filesystem level</div><div style="font-size:small" class="gmail_default">for 15 or 20 years. The filesystem in my case is ext4, and the dump</div><div style="font-size:small" class="gmail_default">command does that for me. </div><div style="font-size:small" class="gmail_default">I do a full backup on the first day of the month and incremental</div><div style="font-size:small" class="gmail_default">every day for the rest of the month, keeping the last 6 days of</div><div style="font-size:small" class="gmail_default">incrementals. </div><div style="font-size:small" class="gmail_default"><br></div><br></div>