Hi, I use k3b to backup my files.
It is pretty straightforward to drag and drop files into k3b to master initial full backup data project discs. However, as I am adopting a incremental backup strategy, and try to keep file ctime and relative directory structure, It no longer suffices for later discs.
I use find utility with criteria like points in time to generate text list for files to be incrementally backup’ed within the data set. But there seems no place in k3b to accept such file list.
As a workaround, I use find coupled with cp --parents -p to copy files to a temporary directory for burning. It’s a bit cumbersome though.
Is it possible to pass the file list to k3b for data project creation, or is there a better way than the temp dir workaround?