项目作者: ahmetozer

项目描述 :
Disk Image Backup tool. Basically take an image of your server over internet with this software. It is also usable for transferring server for different companies.
高级语言: Go
项目地址: git://github.com/ahmetozer/dibow.git
创建时间: 2020-02-14T15:17:34Z
项目社区:https://github.com/ahmetozer/dibow

开源协议:MIT License

下载


Disk Image Backup over WEB

You can take disk image over with Dibow over web. You don’t need any space at your server for the taking backup.

Dibow project is created for taking disk image backup to remote locations or transferring server images into another remote server.

Demo Site

  • Mirror your disks at remote location.
  • Replicate your server.
  • Transfer server between different companies.

NOTE: If you want to take a root system image, do not use this software at live linux partition. For the taking root partition image, use Dibow at rescue disk or mode. Otherwise your image will be corrupted.

Installing dibow

Compiling from source

For the Compiling you need golang at your machine.
You can get source from github or gitlab. If you are using IPv6 only network you can use gitlab instead of github.

  1. # Getting source
  2. git@gitlab.com:ahmetozer/dibow.git
  3. # Enter source directory
  4. cd dibow
  5. # Build from source
  6. go build

Get from gitlab

You can get binary from gitlab.

  1. wget "https://gitlab.com/ahmetozer/dibow/-/jobs/artifacts/master/download?job=compile" -O dibow.zip
  2. unzip dibow.zip
  3. chmod +x dibow

Program Modes

Server

This option is serve your disk into web service.
You can list and download your disk images on web.

Default username is root .
A random password will be displayed on the terminal.

Arguments

  • --listen-addr Program normally starts with port 443 but if you want to use a different you can use a —listen-addr argument to set different port or address.
    1. ./dibow server --listen-addr :8443