Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync+hardlinks custom backup script importer #7

Open
ThomasWaldmann opened this issue Nov 7, 2016 · 3 comments
Open

rsync+hardlinks custom backup script importer #7

ThomasWaldmann opened this issue Nov 7, 2016 · 3 comments
Labels
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Nov 7, 2016

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 ThomasWaldmann added this to the 0.2.0 milestone Dec 23, 2016
@ThomasWaldmann ThomasWaldmann changed the title rsync+hardlinks custom script support rsync+hardlinks custom backup script importer Dec 23, 2016
@ThomasWaldmann
Copy link
Member Author

#26 related changes (not exactly this style though).

@mdhoney
Copy link

mdhoney commented Jan 28, 2022

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

@ThomasWaldmann
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants