diff --git a/docs/install.md b/docs/install.md index d27adab..5e0ed85 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,7 @@ # Install +## Install from package + A Debian package is available in the Evolix repository ~~~ @@ -8,7 +10,28 @@ apt update apt install bkctld ~~~ -Then edit `/etc//bkctld` +Then edit `/etc/default/bkctld` + +## Instal from sources + +Warning: `cp`-ing the files without `-n` or `-i` will replace existing files ! + +~~~ +# git clone https://gitea.evolix.org/evolix/evobackup.git +# cd evobackup +# git checkout jlecour-refactoring +# cp bkctld /usr/local/sbin/ +# mkdir -p /usr/local/lib/bkctld +# cp lib/* /usr/local/lib/bkctld/ +# mkdir -p /usr/local/share/bkctld +# cp tpl/* /usr/local/share/bkctld/ +# cp bkctld.service /lib/systemd/system/ +# mkdir -p /usr/local/share/doc/bkctld +# cp zzz_evobackup /usr/local/share/doc/bkctld/ +# mkdir -p /usr/local/share/bash_completion/ +# cp bash_completion /usr/local/share/bash_completion/bkctld +# cp bkctld.conf /etc/default/bkctld +~~~ ## Chroot dependencies