borg-import icon indicating copy to clipboard operation
borg-import copied to clipboard

rsync+hardlinks custom backup script importer

Open ThomasWaldmann opened this issue 9 years ago • 3 comments

This is somehow similar to rsnapshot, just the directory layout is different:

<backup_set>/<snapshot_id>/...
e.g.:
server1/0/...
server1/1/...
server1/2/...
server1/3/...
server2/0/...
server2/1/...
...

In the directories 0..N, there is a file BACKUP_TIMESTAMP that contains date tool output.

ThomasWaldmann avatar Nov 07 '16 02:11 ThomasWaldmann

https://github.com/borgbackup/borg-import/pull/26 related changes (not exactly this style though).

ThomasWaldmann avatar Sep 13 '18 22:09 ThomasWaldmann

So in your example, which would be RSYNC_ROOT - is it server1/ or server1/0/? I think it should be the latter, right?

mdhoney avatar Jan 28 '22 12:01 mdhoney

the root is the directory where the discovery starts (by recursing into it), so (IIRC), RSYNC_ROOT = server1 here.

ThomasWaldmann avatar Jan 28 '22 17:01 ThomasWaldmann