Areca Backup native launchers for modern operative systems
areca-backup-native
allow you to build Windows native binaries files for running Areca in a convenient way.
The built binaries are based on the logic of areca.sh
, areca_cl.sh
and areca_run.sh
.
-
Run:
PS areca-backup-native\launchers>
.\build.bat
this generates binaries with Areca icon, this doesn't:
PS areca-backup-native\launchers>
cargo build --bins
-
Move these binaries from the Output folder of
build.bat
to the Areca destination folder.
Binary | Output folder of build.bat |
Areca destination |
---|---|---|
areca.exe |
areca-backup-native-launcher\target\debug |
areca |
areca_cl.exe |
areca-backup-native-launcher\target\debug |
areca\bin |
When these binaries run, they will try to find the Areca installation folder in this order:
ARECA_HOME
environment variable (system or user scope)current working directory
of the binary execution
- Setting a Rust Executable's Icon in Windows (If the URL is broken, try this backup)
- How to install Rust Programming Language