First commit
This commit is contained in:
commit
7693c29676
102 changed files with 11831 additions and 0 deletions
35
files/git-backup/git-backup.cfg
Normal file
35
files/git-backup/git-backup.cfg
Normal file
|
@ -0,0 +1,35 @@
|
|||
########################################
|
||||
# Git Backup
|
||||
########################################
|
||||
|
||||
[gcode_shell_command Backup_Stop]
|
||||
command: sh /usr/data/helper-script/files/git-backup/git-backup.sh -s
|
||||
timeout: 600.0
|
||||
verbose: true
|
||||
|
||||
|
||||
[gcode_shell_command Backup_Pause]
|
||||
command: sh /usr/data/helper-script/files/git-backup/git-backup.sh -p
|
||||
timeout: 600.0
|
||||
verbose: true
|
||||
|
||||
|
||||
[gcode_shell_command Backup_Resume]
|
||||
command: sh /usr/data/helper-script/files/git-backup/git-backup.sh -s
|
||||
timeout: 600.0
|
||||
verbose: true
|
||||
|
||||
|
||||
[gcode_macro GIT_BACKUP_STOP]
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=Backup_Stop
|
||||
|
||||
|
||||
[gcode_macro GIT_BACKUP_PAUSE]
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=Backup_Pause
|
||||
|
||||
|
||||
[gcode_macro GIT_BACKUP_RESUME]
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=Backup_Resume
|
Loading…
Add table
Add a link
Reference in a new issue