Backup: Incremental w/o recurring Full-backup, Delete changes older than x, Selective backup & save other data's metadata ?

  1. 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 ?

  2. and I can choose to Delete changes older than 1 month.

  3. How to Only backup Select Data, like only personal data,

  4. 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

  1. "file change tracker" to see summary of what files are moved/deleted/renamed.

  2. "File History" where I see previous version of files.

Software ?

  1. 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.

6 points · 3 comments · view on lemmy.world

3 Comments

eleijeep@piefed.social · 2 pts · 188d

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

Brkdncr@lemmy.world · 2 pts · 189d

Most backup software has incremental backup and retention policies. It will create a first full backup, then merge incrementals into the full based on your retention policy.

Retaining folder structure and file metadata only is unusual. You’ll want to export that info in some other way and exclude those items from backup.

sga@piefed.social · 0 pts · 188d (3 replies)
[ removed ]
tdTrX@lemmy.ml · 1 pts · 184d
[ removed ]
tdTrX@lemmy.ml · 1 pts · 188d (1 reply)

Snapshot ? is it same as differential ?

It doesn't have I think - Incremental w/o recurring full-backup, delete changes older than x.

sga@piefed.social · 1 pts · 187d
[ removed ]