Do not follow this link

~egrajeda/arkiv

Rclone wrapper to mount a remote and show a status bar icon
feat: do not recover if the computer restarted
feat: support logging rclone output to file
refactor: store the last run status and datetime

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~egrajeda/arkiv
read/write
git@git.sr.ht:~egrajeda/arkiv

You can also use your local clone with git send-email.

#Arkiv

Arkiv is a Gnome app indicator which runs rclone bisync in the background, and keeps you notified of any problem or action that may require your input.

For more information see egrajeda.com/arkiv.

#Installation

Run:

$ make
$ pipx install dist/arkiv-0.1.0.tar.gz

If you had previously installed you should first do:

$ pipx uninstall arkiv

Then launch it with:

$ ~/.local/bin/arkiv

Or if you already have ~/.local/bin on your PATH, you can do:

$ arkiv
Do not follow this link