This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
backup_trantor () {
|
|
backup -s -o '\-v5' /data /backup/trantor/snapshots/data
|
|
backup -s -o '\-v5' /opt /backup/trantor/snapshots/opt
|
|
}
|
|
|