ghettoVCB
ghettoVCB
File Explorer
- build.sh
- create_ghettoVCB_vib.sh
- Dockerfile
- README.md
- ghettoVCB-restore.sh
- ghettoVCB-restore_vm_restore_configuration_template
- ghettoVCB-vm_backup_configuration_template
- ghettoVCB.conf
- ghettoVCB.sh
- LICENSE.md
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
done
View Details ▼
done
This shell keyword is used with `for`, `while`, `select`, and `until` to mark the end of a loop.
tldr for
View documentation for the `for` keyword:
tldr while
View documentation for the `while` keyword:
tldr select
View documentation for the `select` keyword:
logger
View Details ▼
logger
Add messages to syslog.
logger {{message}}
Log a message to syslog:
logger {{message}}
Log a message to syslog:
echo {{log_entry}} | logger
Take input from `stdin` and log to syslog:
crond
View Details ▼
crond
Daemon to execute scheduled commands from crontab files.
crond
Start daemon in the background and check for scheduled commands:
crond -n
Start daemon in the foreground and check for scheduled commands:
crond -s
Send job output from the daemon to the [s]ystem log:
