This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-host/trantor/function/backup

6 lines
135 B
Plaintext

backup_trantor () {
backup -s -o '\-v5' /data /backup/trantor/snapshots/data
backup -s -o '\-v5' /opt /backup/trantor/snapshots/opt
}