betetr readme
This commit is contained in:
parent
15f5935f7e
commit
78faefc54a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user