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