-
I like Incremental backup methodology, but it needs frequent full backups (as i understand from “grandfather,father,son” method), How to have version control where i only create full-backup only once ?
-
and I can choose to Delete changes older than 1 month.
-
How to Only backup Select Data, like only personal data,
-
and a “Ghost” for other data. Ghost is only filename and it’s metadata (also folder structure). Data selected for Ghost is from internet which can be downloaded.
Related
-
“file change tracker” to see summary of what files are moved/deleted/renamed.
-
“File History” where I see previous version of files.
Software ?
- Seems like https://restic.net/ is best as it’s enterprise trusted works on all OS,
How do I set it up like I described in the Original Post.
I have a external disk and internal HDD, I want to backup select data, to a 3rd disk, both backup to the same disk, both separately backup-ed.

Look at block-based backup solutions like restic . Also popular is borgbackup .