Code Monkey home page Code Monkey logo

Comments (3)

dmytro-samoylenko avatar dmytro-samoylenko commented on June 7, 2024 1

Hello,

We already have export button in the manage tab for each crypto. The result is in coin-specific file format. Its ok for a purpose of backing up the keys, but no easy way to import it back. For now it is not a priority to add import key feature. In case you need to make a backup (and you probably should do it from time to time) or move to a new server you can use my backup script:

# cat ./backup.sh
#!/bin/bash

dir=/backups/`date +"%F-%T"`
mkdir -p $dir{,/btc,/ltc,/doge,/shkeeper,/tron-shkeeper,/monero-wallet-rpc}/

cp -a /var/lib/rancher/k3s/storage/pvc-*_shkeeper_litecoind-claim/shkeeper "$dir/ltc/"
cp -a /var/lib/rancher/k3s/storage/pvc-*_shkeeper_dogecoind-claim/shkeeper "$dir/doge/"
cp -a /var/lib/rancher/k3s/storage/pvc-*_shkeeper_bitcoind-claim/shkeeper "$dir/btc/"
cp -a /var/lib/rancher/k3s/storage/pvc-*_shkeeper_shkeeper-db-claim/shkeeper.sqlite "$dir/shkeeper/"
cp -a /var/lib/rancher/k3s/storage/pvc-*_shkeeper_tron-shkeeper-data "$dir/tron-shkeeper/"
cp -a /var/lib/rancher/k3s/storage/pvc-*_shkeeper_monero-wallet-rpc/wallet/ "$dir/monero-wallet-rpc/"

from shkeeper.io.

bulhiCzar avatar bulhiCzar commented on June 7, 2024

could you also give a script for restore from backup
or do I need to do the reverse for restore?

from shkeeper.io.

bulhiCzar avatar bulhiCzar commented on June 7, 2024
kubectl -n shkeeper scale --replicas=0 deploy <NAME>
*move file on cerrent dir*
kubectl -n shkeeper scale --replicas=1 deploy <NAME>

from shkeeper.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.