mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #363] Feature Request: Task Schedule command #226
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dinger1986 on GitHub (Apr 4, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/363
Originally assigned to: @sadnub on GitHub.
At the moment need to add a script, so for example I have SQL databases backed up to a disk and need to keep that tidy, wanted to apply a task to delete it but had to write a script for that which just means I have more scripts and this one is specific to this server for 1 customer and is one line
It would be nice to able to schedule a command rather than only Scripts
I guess this could maybe be done by creating a script that calls cmd and then add in additional script arguments with the actual command. Maybe thats the solution?
@tremor021 commented on GitHub (Apr 14, 2021):
If deletion is all you do, this will add a task in task scheduler to do it every day at 10am for example. just replace Argument with what you need done
@dinger1986 commented on GitHub (Apr 14, 2021):
Have got it working with a batch file as well. Does everything I need it to do but think @wh1te909 is going to add it as an option anyway
@sadnub commented on GitHub (Jan 10, 2022):
In the next release you will be able to issue a command in a scheduled task