-
Notifications
You must be signed in to change notification settings - Fork 11
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
refine meta backup and restore process of local storage #8
Conversation
…load meta's backup ssts to the client location, together with the generated meta file. verbose: add an option `--verbose` for backup to show more information. add some unit tests for ssh & utils mod.
SCHEME_OSS = "oss" | ||
SCHEME_S3 = "s3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we already support OSS and S3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now oss and s3 are at experimental stage, would be ready at next version. I'll mark that.
One question , if SSH unencrypting fails, this command will always retry? |
Good catch, it seems so. I'll check that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM
… conducted other than remove it directly.
|
fix #10 |
|
this pr includes:
--verbose
to show backup information.