Skip to content
Snippets Groups Projects
Verified Commit 774830a8 authored by David Beniamine's avatar David Beniamine
Browse files

Update doc

parent 3522a0d8
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ Duplicity based backup for ftp servers
```sh
apt-get installl duplicity lftp
cd /opt
git clone https://gitlab.tetras-libre.fr/nocloud/duplicity-ftp-backup
cp .env.sample .env
```
......@@ -16,5 +17,5 @@ Adapt `.env`
Then add a cronjob like
```
0 1 * * 1,3,5,7 /root/duplicity-ftp-backup/backup.sh > /var/log/bckp.log 2>&1
0 1 * * 1,3,5,7 /opt/duplicity-ftp-backup/backup.sh > /var/log/bckp.log 2>&1
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment