From 78faefc54a0babaf34299ca9ef3b7c468d433408 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sat, 17 Dec 2022 23:27:18 +0200 Subject: [PATCH] betetr readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1873e53..0da8eb1 100644 --- a/README.md +++ b/README.md @@ -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