- Add
jottadas a user and group in the web interface - Download jotta-cli
sudo tar -xf jotta-cli_xxx_linux_arm64.tar.gzsudo mv etc/jottad /etc/sudo mv usr/share/jottad /usr/sharesudo mv usr/bin/jotta* /usr/binsudo /usr/share/jottad/install.shsudo chown -R jottad:jottad /var/lib/jottad/
Start with sudo systemctl start jottad
Stop with sudo systemctl stop jottad
- Limit jottad from eating up all resources:
jotta-cli config set slowmomode 1 - Add folders to watch:
jotta-cli add /volume1/Erik/mbp.sparsebundle - Pause jotta-cli for 8h:
jotta-cli pause 8h - View progress:
jotta-cli observe
In the Synology web interface go to Control Panel -> Task Scheduler and add a task for user jottad:
| General | Schedule | Task Settings | ||
|---|---|---|---|---|
| Name: | description | Run on: | Daily | Run command: |
| User: | jottad | Time: | 07:00 | /bin/jotta-cli pause 17h |