„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:04:47 +02:00
parent 43b16e64af
commit cd4a7e0fb9

View File

@ -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 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). - The cron entry schedules the script to run daily at 13:00 (1 PM).
## Automatic Installation <details>
<summary>Automatic installation </summary>
## Automatic installation
```bash ```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)"
``` ```
</details>
<details>
## Manual Installation <summary>Manual installation </summary>
## Manual installation
Install git and zip Install git and zip
```bash ```bash
apt install git zip -y 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 Add the following to cron to automate Backup
```bash ```bash
0 13 * * * sh /path/to/script/zip_folder_daily.sh 0 13 * * * sh /path/to/script/zip_folder_daily.sh
``` ```
</details>