run_jottad which enabled user based systemd servicegit clone https://aur.archlinux.org/jotta-cli.git
cd jotta-cli
makepkg -si
run_jottad
jotta-cli login
jotta-cli sync setup --root <jotta root folder>
jotta-cli sync start
jotta-cli ls
jotta-cli download Photos/Timeline/<folder> /home/<user>/Pictures/jotta_mobile_images --merge
Sometime the login fails if the network is not up yet. If the service does not start after that it is best to restart sync with stop start, a trigger won’t work.
jotta-cli sync stop
jotta-cli sync start
In the long run it would probably be better to add a dependency in the jottad.service startup on the network. A quick fix is to add a delay in the startup of the service:
sudo vim /usr/lib/systemd/user/jottad.service
#Add before ExecStart to sleep 10 seconds before start:
ExecStartPre=/bin/sleep 10
Btw the jottad.service is registered on the user, so to see status etc. –user must be added to the systemctl command.
systemctl --user status jottad.service
Jottacloud does not backup the mobile images to a sync folder, but to a backup folder online. That means that it is not automatically synched to a pc where jottacloud is running.
The workaround for this is the following procedure:
jotta-cli webjotta-cli download Archive <your Archive location on your pc> --merge