From df55cbd5343d6e0c788679728c8659fb9ad2e845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 20:26:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index a083db7..c55dabc 100644 --- a/README.md +++ b/README.md @@ -21,26 +21,7 @@ Paste the script in your machines console. sh -c "$(curl -L http://script.moelle.space/folderarchive)" ``` - - -## Manual installation -
-Installation -
- -Install git and zip -```bash -apt install git zip -y -``` -Clone the repository -```bash -git clone https://git.moelle.space/hxcde/folderarchive.git -``` -Add the following to cron to automate Backup -```bash -0 13 * * * sh /path/to/script/zip_folder_daily.sh -``` -
+## Settings
Change the day count @@ -64,4 +45,23 @@ Edit the cronjob with `crontab -e` ``` If you need help to configure the crontab, check this site https://crontab.guru/ +
+ +## Manual installation +
+Installation +
+ +Install git and zip +```bash +apt install git zip -y +``` +Clone the repository +```bash +git clone https://git.moelle.space/hxcde/folderarchive.git +``` +Add the following to cron to automate Backup +```bash +0 13 * * * sh /path/to/script/zip_folder_daily.sh +```
\ No newline at end of file