This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-02-18 08:27:21 -08:00
|
|
|
#!/bin/bash
|
|
|
|
backup () {
|
2021-08-29 08:01:40 -07:00
|
|
|
DIR=$(dirname $(cd "$(dirname "$BASH_SOURCE")" >/dev/null 2>&1 ; pwd -P ))
|
|
|
|
$DIR/dev/backup/dbackup "$@"
|
|
|
|
#module_load backup
|
|
|
|
#run "$@"
|
2021-02-18 08:27:21 -08:00
|
|
|
}
|