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
Have flags that allow control of how searching for snapshots in the source directory is done.
Some of the flags from tar/rsync such as:
tar
rsync
--exclude
--exclude-from
--include
--include-from
Some specific things like:
--no-recurse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have flags that allow control of how searching for snapshots in the source directory is done.
Some of the flags from
tar
/rsync
such as:--exclude
--exclude-from
--include
--include-from
Some specific things like:
--no-recurse
(since recurse is the default) only take snapshots that are direct children of the source pathThe text was updated successfully, but these errors were encountered: