Packaging
Guardian is currently packaged using sbt-native-packager to provide the following formats by using the sbt shell.
rpm
- restore:
cliRestore/rpm:packageBin
. Createdrpm
file will be contained incli-restore/target/rpm/RPMS/noarch/
- backup:
cliBackup/rpm:packageBin
. Createdrpm
file will be contained incli-backup/target/rpm/RPMS/noarch/
NOTE: In order to build packages you need to have the rpm-tools (specificallyrpmbuild
) installed and available onPATH
. Please consult your Linux distribution for more info
- restore:
zip
- restore:
cliRestore/universal:packageBin
. Createdzip
file will be contained incli-restore/target/universal/
- backup:
cliBackup/universal:packageBin
. Createdzip
file will be contained incli-backup/target/universal/
- restore:
tar
- restore:
cliRestore/universal:packageZipTarball
. Createdtar
file will be contained incli-restore/target/universal/
- backup:
cliBackup/universal:packageZipTarball
. Createdtar
file will be contained incli-backup/target/universal/
- restore:
Xz
- restore:
cliRestore/universal:packageXzTarball
. Createdxz
file will be contained incli-restore/target/universal/
- backup:
cliBackup/universal:packageXzTarball
. Createdxz
file will be contained incli-backup/target/universal/
- restore:
Note that for these packages formats you need to have JRE installed on your system to run the package. For more details about packaging read the docs
The source code for this page can be found here.