Periodic scan
What is it?
Periodic Scan checks files at fixed time intervals and backs up anything that changed since the last scan.
Default time is 7 day (604800 seconds), you can define your own time in .env file under RUN_TASK variable
RUN_TASK=604800
You can disable it in same .env file under PERIODIC_SCAN variable
PERIODIC_SCAN=false
How it works
- Wait for scan interval
- Scan directories
- Backup data
- Send to repositories
Repeats forever.
Use it when
scheduled backups are enough