- Install ca-bundle
opkg update && opkg install ca-bundleif not already installed for https - Download the binary from https://repo.jotta.us/archives/linux/arm64/ and untar in
/opt/jotta-cli - cd into the
jotta-clidir - Modify
source=/usr/share/jottadtosource="/opt/usr/share/jottad"/in./usr/share/jottad/install.sh - run
./usr/share/jottad/install.shand./usr/share/jottad/install-path.sh - modify
group=jottadtogroup=tmusersand addumask=0002in/etc/init.d/jottad - create the
jottaddata directorymkdir -p /opt/.jottad - Start
jottadwithstart-stop-daemon -b -x /opt/bin/jottad slow lowmem datadir /opt/.jottad -S(add this to/etc/rc.localto start automatically) - Login
jotta-cli login - and add folders to sync with
jotta-cli add /some/path/to/backups - optionally: pause jotta from 07:00 until 01:00
(crontab -l ; echo "0 7 * * * root /opt/bin/jotta-cli pause 15h")| crontab -
Last active
July 12, 2023 08:28
-
-
Save ErikFontanel/6091176c56517c2c0ea2e5acb1f716fb to your computer and use it in GitHub Desktop.
run jottacloud-command-line-tool on busybox/optware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment