# Resteasy simple plug and play backup system See the [manpage](./resteasy.8.md) for a description. ## Building Resteasy is implemented as a debian source package. It can be built with all the regular tools, for instance `debuild -uc -us`. ### Build and install locally ``` debuild -uc -us && sudo dpkg --purge resteasy resteasy-desktop && sudo dpkg --install ../*.deb ```