-
Hi, I'm trying to figure out if Vorta allows for a non UI method to import profile json data? I know about issue #462 which mentions taking a backup of the whole Does Vorta have a CLI option to import a json profile? Or can the json profile be dropped in some folder where Vorta will read it on startup? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The docs state the following about the use of a .json profile:
So, to my knowledge, the only non UI option (e.g. via shell script) is to:
Restarting Vorta (GUI) from a shell script can be pretty "interesting" since some environment variables have to be set appropriately. E.g. on Ubuntu, when using crontab to start Vorta I use the following command: Closing Vorta should be much easier, e.g. via Hope this helps. Don't hesitate to share your experience, here. |
Beta Was this translation helpful? Give feedback.
The docs state the following about the use of a .json profile:
~
.vorta-init.json
So, to my knowledge, the only non UI option (e.g. via shell script) is to:
Restarting Vorta (GUI) from a shell script can be pretty "interesting" since some environment variables have to be set appropriately. E.g. on Ubuntu, when using crontab to start Vorta I use the following command:
env DISPLAY=:0 env DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus /bin/ba…