From cd4a7e0fb9f97e8f2b27a5048c18f5b204609bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 20:04:47 +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 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f858a5..6b129c6 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,17 @@ - The find command is used to delete files older than 14 days in the archive directory. (edit in the script as needed) - The cron entry schedules the script to run daily at 13:00 (1 PM). -## Automatic Installation - +
+Automatic installation +## Automatic installation ```bash -sh -c "$(curl -L https://script.moelle.space/docker-aio)" +sh -c "$(curl -L https://git.moelle.space/hxcde/folderarchive/raw/branch/main/install.sh)" ``` +
- -## Manual Installation +
+Manual installation +## Manual installation Install git and zip ```bash apt install git zip -y @@ -33,4 +36,5 @@ 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 +``` +
\ No newline at end of file