Skip to main content

Maintenance

This section will show you how to perform different actions to mantain Backint application.


Check version

  • Check that the package has been properly installed

    rpm -qa | grep emory

    Result:

    emory-1.0-2011.11.x86_64

Updating Backint to a new version

  • Update the package using RPM native tools with root user or sudo permissions:

    cd /tmp
    rpm -Uvh emory-1.0-linux-latest.x86_64.rpm

    Alternatively, if your server has internet access, you can directly update it from the repository by executing the following commands as root user.

    rpm -Uvh https://s3.eu-west-1.amazonaws.com/repo.linkeit.com/resources/emory/1.0-linux/packages/emory-1.0-linux-latest.x86_64.rpm

Uninstall

Delete the package using RPM native tools with root user or sudo permissions:

rpm -e emory-1.0-2011.11.x86_64