betetr readme

This commit is contained in:
Ste Vaidis 2022-12-17 23:27:18 +02:00
parent 15f5935f7e
commit 78faefc54a

View File

@ -4,6 +4,11 @@
- Backup data from local disk to encrypted USB disk
- Send details email
Crontab
```
0 1 * * * /opt/backup.sh --host=10.0.0.1 --dir=Documents --user=myuser --pass=mypass --title=server
```
## Password API
@ -11,7 +16,7 @@ A Raspberry PI connected to local network can do the job of serving the password
```bash
# copy the files
cp password /opt/
cp password.py /opt/
cp password.service /etc/systemd/system/
# Install the depentencies