Coder Social home page Coder Social logo

docker-veeam-backup-repository's Introduction

Usage

Prepare your NAS/Server: Install Docker, create a shared folder for the backups.

Create a ssh key pair, e.g. ssh-keygen -t rsa -C "[email protected]" -b 4096

Copy over the public key to your NAS/Server. Mount the public key to /root/.ssh/authorized_keys and a folder of your NAS to store your backups outside the container. Expose a port and map it to port 22.

docker run --rm t3easy/veeam-backup-repository -p 2222:22 \
    -v $PWD/veeam.pub:/root/.ssh/authorized_keys \
    -v /volume2/VeeamBackup:/veeam

docker-veeam-backup-repository's People

Contributors

t3easy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-veeam-backup-repository's Issues

WIP

Can you please consider marking this as a WIP?

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.