
Relica is easy to use on the command line with its command line interface (CLI). All the things you can do with the web UI can also be done in the terminal.
#Jottacloud arkiv how to#
#JOTTACLOUD DISCONNECTED HOW TO#įor an introduction on how to get started with Relica using its CLI, see the headless mode tutorial. Relica might not be in your $PATH or %PATH% by default, meaning you'll have to type the path to the relica binary to run it. But you can add Relica to your PATH easily enough so that you can just type relica: For example, on Linux: /opt/relica/bin/relica. Linux: Run export PATH=$PATH:/opt/relica/bin for a temporary fix, or add that command to your ~/.bashrc, ~/.bash_profile, or /etc/profile to make it permanent. Arkiv på webbplatsen: Se hur denna sida såg ut i det förflutna: Länk till arkivet på webbplatsen: DMOZ Kategorier : Länk till Open Directory Project - mänskligt redigerade kategorisökningen: Variations : Visa Variations. MacOS: Run export PATH=$PATH:/Applications/Relica.app/Contents/MacOS for a temporary fix, or add that command to your ~/.bashrc or ~/.bash_profile to make it permanent. Windows: In the Search bar next to your Start/Windows button, type "environment variables" (no quotes). Click either option that appears, to edit the system environment variables or just for your account. Click the "Environment Variables" button. Find the PATH or Path environment variable (in whichever list you prefer to modify) and select it. #JOTTACLOUD DISCONNECTED WINDOWS#Ĭlose all remaining windows by clicking OK. I also appreciate the frequent updates with.
#Jottacloud arkiv android#
The photo and video backup is almost instantaneous on my Sony phone with Android 12. You may need to log out and log back in for changes to take effect. Jottacloud is an affordable way to have tons of cloud backup. Global flags come first, followed by the command as the first positional argument to the relica command. $ relica -global-flag global-val command -flag val Parameters are given either as subsequent flags or positional arguments.

Remember that your shell will parse values with whitespace, punctuation, or special characters. Be mindful to enclose values in quotes or to escape characters as necessary, and according to the specifics of your shell.įlags start with two dashes ( -). Values have an expected data type:Ī string of text. Quotes are only required if the shell needs them to parse correctly.
