27 lines
557 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🕒 Crontab naplánované úlohy
Tato složka obsahuje naplánované úlohy (`crontab`) pro různé systémy.
## 📂 Soubory
- `arch_crontab` aktuální `crontab` z desktopu s Arch Linuxem
## 📥 Uložení crontabu
Pro export aktuálních naplánovaných úloh z tohoto systému:
```bash
crontab -l > scripts/crontab/arch_crontab
```
## 🔁 Obnovení crontabu
Pro nahrání zpět do systému:
```bash
crontab scripts/crontab/arch_crontab
```
> 💡 Tento soubor můžeš verzovat v Gitu jako zálohu nebo šablonu pro jiné stroje.