π¦ ClawHub
Simple File Backup
by @jinwangmok
Create a timestamped backup copy of a file in the same directory. Use when the user wants to save a copy of a file before making changes.
π‘ Examples
cp /home/user/config.yaml /home/user/config.yaml.bak.$(date +%Y%m%d_%H%M%S)
Output:
(no output on success)
The backup file is created as: ORIGINAL_NAME.bak.YYYYMMDD_HHMMSS
Example: config.yaml β config.yaml.bak.20260328_143022
TERMINAL
clawhub install simple-file-backup