Packaging
Guardian is currently packaged using sbt-native-packager to provide the following formats by using the sbt shell.
rpm- restore:
cliRestore/rpm:packageBin. Createdrpmfile will be contained incli-restore/target/rpm/RPMS/noarch/ - backup:
cliBackup/rpm:packageBin. Createdrpmfile 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. Createdzipfile will be contained incli-restore/target/universal/ - backup:
cliBackup/universal:packageBin. Createdzipfile will be contained incli-backup/target/universal/
- restore:
tar- restore:
cliRestore/universal:packageZipTarball. Createdtarfile will be contained incli-restore/target/universal/ - backup:
cliBackup/universal:packageZipTarball. Createdtarfile will be contained incli-backup/target/universal/
- restore:
Xz- restore:
cliRestore/universal:packageXzTarball. Createdxzfile will be contained incli-restore/target/universal/ - backup:
cliBackup/universal:packageXzTarball. Createdxzfile 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.