You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frequently Asked Questions How to temporarily pause a backup? Pause Backup Run the following commands to pasue a backup temporarily,
pause backup by patching BackupConfiguration ❯ kubectl patch backupconfiguration -n <namespace> <backupconfiguration name> --type="merge" --patch='{"spec": {"paused": true}}' # pause backup using Stash kubectl plugin ❯ kubectl stash pause backup -n demo --backupconfig=<backupconfiguration name> Resume Backup Similarly you can also resume a paused backup. Run the following commands to resume a backup,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
FAQ | Stash
Frequently Asked Questions How to temporarily pause a backup? Pause Backup Run the following commands to pasue a backup temporarily,
pause backup by patching BackupConfiguration ❯ kubectl patch backupconfiguration -n <namespace> <backupconfiguration name> --type="merge" --patch='{"spec": {"paused": true}}' # pause backup using Stash
kubectlplugin ❯ kubectl stash pause backup -n demo --backupconfig=<backupconfiguration name> Resume Backup Similarly you can also resume a paused backup. Run the following commands to resume a backup,https://stash.run/docs/v2022.03.29/faq/
Beta Was this translation helpful? Give feedback.
All reactions