E
E
elgoog2012-03-15 09:00:01
Backup
elgoog, 2012-03-15 09:00:01

I'm looking for something like diff for filesystems, but a tricky option

There is a 200GB HDD. It has files on it. I correct them. (10-20GB changes per week)

There are 2-3 more copies of this hard drive, located in places where there is no Internet (or it is very bad), but where I appear from time to time. Copies are never self-edited.

I do not want to carry the original screw with me. I want to carry the difference on a flash drive. I would not like to keep another 200GB of data next to the original for comparison and diff generation.

Any ideas how I can get out?

OS: Linux

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
KOS_MOS, 2012-03-15
@KOS_MOS

put in git and do a git diff to create a patch between edits

D
Dmitry Sidorov, 2012-03-15
@Doomsday_nxt

Can try to collect changed files by modification date?
Or use some version control system (make a commit after the backup)... The second option looks more interesting, but I don't know how to implement it :-)

E
ertaquo, 2012-03-15
@ertaquo

bsdiff? Only it seems to eat a lot of memory and is not very suitable for entire file systems ...

S
stab, 2012-03-15
@stab

If you just think logically, then you either need to store a history of changes for a fairly long period of time (“from time to time, I appear”), i.e. diffs after each edit, or store a separate snapshot for each visited place.
I don’t think it will “take off”, and the first and second are rather time-consuming with the indicated amount of data / edits, especially in “home” conditions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question