Chore: Update local settings with additional command history
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Haiku 4.5
parent
2c9c981914
commit
a1f1cc3fa1
@@ -113,7 +113,9 @@
|
||||
"PowerShell(cd \"D:\\\\Craft2Prints\"; powershell -ExecutionPolicy Bypass -File .\\\\backup-database.ps1)",
|
||||
"PowerShell($action = New-ScheduledTaskAction -Execute \"powershell.exe\" -Argument \"-ExecutionPolicy Bypass -File `\"D:\\\\Craft2Prints\\\\backup-database.ps1`\"\" -WorkingDirectory \"D:\\\\Craft2Prints\"; $trigger = New-ScheduledTaskTrigger -Daily -At 2am; $principal = New-ScheduledTaskPrincipal -UserID \"SYSTEM\" -LogonType ServiceAccount -RunLevel Highest; Register-ScheduledTask -Action $action -Trigger $trigger -Principal $principal -TaskName \"Craft2Prints Database Backup\" -Description \"Daily backup of Craft2Prints database\" -Force | Select-Object -Property TaskName, State)",
|
||||
"Bash(ls -la ~/.ssh/ 2>/dev/null || echo \"No .ssh directory found\")",
|
||||
"Bash(ssh -vvv -i ~/.ssh/sshkey git@192.168.0.190 -p 3000 \"echo test\")"
|
||||
"Bash(ssh -vvv -i ~/.ssh/sshkey git@192.168.0.190 -p 3000 \"echo test\")",
|
||||
"Bash(echo \"database-backups/\")",
|
||||
"Bash(git commit -m 'Chore: Exclude database backups from version control *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user