Replies: 2 comments
-
I checked the code and "post-create-command" is only used in 'impl WriteBackend for LocalBackend {'; does it mean it isn't run for other repositories (like openDAL, Rclone, ...)? I know the example uses it to create PAR files; but user cases aren't limited to it. Could both "pre" and "post" be run for all backends? and let user configure when they have sense? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think we must distinguish 2 situations here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know it can be used in a script, but seeing
post-create-command
I hoped I could add all inside profile.toml file.I just want to dump database before backup.
Beta Was this translation helpful? Give feedback.
All reactions