We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
#26 related changes (not exactly this style though).
Sorry, something went wrong.
So in your example, which would be RSYNC_ROOT - is it server1/ or server1/0/? I think it should be the latter, right?
RSYNC_ROOT
server1/
server1/0/
the root is the directory where the discovery starts (by recursing into it), so (IIRC), RSYNC_ROOT = server1 here.
No branches or pull requests
This is somehow similar to rsnapshot, just the directory layout is different:
In the directories 0..N, there is a file BACKUP_TIMESTAMP that contains date tool output.
The text was updated successfully, but these errors were encountered: