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