This commit is contained in:
Yann Mölle 2023-04-14 22:22:31 +02:00
parent a293eb866b
commit bc243875a6

View File

@ -22,7 +22,7 @@ Clone the repository
```bash ```bash
git clone https://git.moelle.space/hxcde/folderarchive.git git clone https://git.moelle.space/hxcde/folderarchive.git
``` ```
Add the following to cron: 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
``` ```