The page has unconfirmed changes. Use the buttons below to see older versions.
Buvt Download / Install
Download / install
Buvt depends on electron and python being installed.
Python is mostly already installed nowadays.
Install electron
- On Linux (Manjaro) it can be installed from a package installer. (The executable is called like electron32 (the number varies between versions).)
- On Windows it can be installed via npm. (The executable is called electron.)
Download / clone buvt from:
https://github.com/emagnusandersson/buvt
Allowing ssh to run without the need to enter password
ssh-keygen
ssh-copy-id YOURUSERNAME@localhost
Additionally run ssh-copy-id for each remote host you want to back up to.
Run the program
Execute the program with:
[electron-executable] [downloaded-buvt-folder]
So for example go to the root level of the downloaded buvt-folder and execute:
For Linux:
electron32 .
For Windows:
electron .