incubator-pegasus
incubator-pegasus copied to clipboard
feat(backup): 10. support start onetime backup interface
https://github.com/apache/incubator-pegasus/issues/1081
This pr supports starting onetime backup, including:
- implements
start_backup_app
for meta server to trigger onetime backup - add related unit tests
- implement
start_app_backup
for shell
This pr doesn't add cmd for admin-cli, because this interface has already existed.