-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
good first issueSimple change to start learning code baseSimple change to start learning code basepriority:lowNice to have feature, minor improvement to functionality or usabilityNice to have feature, minor improvement to functionality or usabilitytype:enhancementImprovement of an existing functionImprovement of an existing function
Milestone
Description
Describe the bug
I was trying to add a random delay of 0-59 minutes per backup using the pre-backup command option. To do so I used the following command: sleep $[ $RANDOM % 60 ]m, but unfortunately while pre-backup commands are running, the Vorta UI freezes. This probably won't be an issue for most scripts, but will be a problem in cases where scripts take a long time to compete.
To Reproduce
Steps to reproduce the behavior:
- Open Vorta -> Schedule -> Shell Commands
- Enter a long running command as a Pre-backup command, such as
sleep 1m - The Vorta UI will stop responding while the command is running
Desktop (please complete the following information):
- OS: Ubuntu 18.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueSimple change to start learning code baseSimple change to start learning code basepriority:lowNice to have feature, minor improvement to functionality or usabilityNice to have feature, minor improvement to functionality or usabilitytype:enhancementImprovement of an existing functionImprovement of an existing function