this post was submitted on 13 Mar 2026
6 points (100.0% liked)

datahoarder

10281 readers
1 users here now

Who are we?

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

We are one. We are legion. And we're trying really hard not to forget.

-- 5-4-3-2-1-bang from this thread

founded 6 years ago
MODERATORS
 
  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.

https://restic.net/ Pika - https://www.youtube.com/watch?v=W30wzKVwCHo https://www.borgbackup.org/

https://www.urbackup.org/download.html ??

you are viewing a single comment's thread
view the rest of the comments
[–] sga@piefed.social -1 points 4 days ago (2 children)

how about a snapshot based system? snapshots treat all changes (inode level or in some deduplicating cases, block level) from some starting point, each snapshots only saves changes.

I know every one will say snapshots are not backups, and i fully agree, but you can also implement a full mirror of relevant dirs in some external snapshot-ting file system on some other media, and like once a day or week or month, keep making snapshots.

[–] tdTrX@lemmy.ml 1 points 12 hours ago* (last edited 12 hours ago)

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.

  1. There is also Pika - https://www.youtube.com/watch?v=W30wzKVwCHo ,
  2. https://www.borgbackup.org/ ,
  3. Rsync - https://en.wikipedia.org/wiki/Rsync
  4. RClone - https://github.com/rclone/rclone , https://www.youtube.com/watch?v=QKCIi-NxJEo
  5. https://www.urbackup.org/download.html (https://www.youtube.com/watch?v=tXGVzMUsuE4 , https://christitus.com/urbackup/)
[–] tdTrX@lemmy.ml 1 points 4 days ago* (last edited 4 days ago)

Snapshot ? is it same as differential ?

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