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

Add an option to download from remote locations #122

Merged
merged 2 commits into from
May 6, 2024
Merged

Add an option to download from remote locations #122

merged 2 commits into from
May 6, 2024

Conversation

orgrim
Copy link
Owner

@orgrim orgrim commented May 5, 2024

The --download option takes the same values as upload and downloads the files from the remote repository matching the globs given on the command line. Dumps are not run, only decryption is performed, after download is successful, if --decrypt is also used.

The --download option takes the same values as upload and downloads the
files from the remote repository matching the globs given on the command
line. Dumps are not run, only decryption is performed, after download is
successful, if --decrypt is also used.
The --list-remote option allow to list remote files, showing all files
by default. The output can be filtered using globs as extra arguments on
the command line. When given, databases are not dumped, and it takes
precedence over --download.
@orgrim orgrim merged commit cfeb54d into master May 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to download from remote locations
1 participant