Easily backup your files with Storj.
Requires git, wget, curl, node, npm, and just.
git clone https://github.com/storjrd/backup.git
cd backup
npm install
just download-restic
finally, launch
just
just dev
Alternatively you can run the 'backend' (electron app) and 'frontend' (vue app build) seperately.
just backend
just frontend