Update README.md

This commit is contained in:
Adrien Ferrand 2017-08-19 19:13:55 +02:00 committed by GitHub
parent 860a442beb
commit a6002d2674

View File

@ -1,8 +1,8 @@
# adferrand/backuppc # adferrand/backuppc
![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.1.3-7.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.1.3-7.svg)](https://microbadger.com/images/adferrand/backuppc:4.1.3-7) ![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.1.3-7.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.1.3-7.svg)](https://microbadger.com/images/adferrand/backuppc:4.1.3-7)
* [Introduction](#introduction)
* [Container functionalities](#container-functionalities) * [Container functionalities](#container-functionalities)
* [About BackupPC](#about-backuppc)
* [Basic usage](#basic-usage) * [Basic usage](#basic-usage)
* [Data persistency](#data-persistency) * [Data persistency](#data-persistency)
* [POSIX rights](#posix-rights) * [POSIX rights](#posix-rights)
@ -21,13 +21,6 @@
* [Shell access](#shell-access) * [Shell access](#shell-access)
* [Legacy version](#legacy-version) * [Legacy version](#legacy-version)
## Introduction
![BackupPC Logo](https://backuppc.github.io/backuppc/images/logos/logo320.png)
BackupPC is a free self-hosted backup software able to backup remote hosts through various ways like rsync, smb or tar. It supports full and incremental backups, and reconstruct automatically a usable verbatim from any backup version. Started with version 4, BackupPC uses a new way to store backups by a reverse delta approach and no hardlinks.
See [BackupPC documentation](http://backuppc.sourceforge.net/BackupPC-4.1.1.html) for further details and how to use it.
## Container functionalities ## Container functionalities
This docker is designed to provide a ready-to-go and maintainable BackupPC instance for your backups. This docker is designed to provide a ready-to-go and maintainable BackupPC instance for your backups.
@ -37,6 +30,13 @@ This docker is designed to provide a ready-to-go and maintainable BackupPC insta
* Existing BackupPC configuration & pool are self-upgraded at first run of a newly created container instance. It allows for instance dockerisation of a pre-existing BackupPC v3.x instance. * Existing BackupPC configuration & pool are self-upgraded at first run of a newly created container instance. It allows for instance dockerisation of a pre-existing BackupPC v3.x instance.
* Container image is constructed on top of an Alpine distribution to reduce the footprint. Image size is below 80MB. * Container image is constructed on top of an Alpine distribution to reduce the footprint. Image size is below 80MB.
## About BackupPC
![BackupPC Logo](https://backuppc.github.io/backuppc/images/logos/logo320.png)
BackupPC is a free self-hosted backup software able to backup remote hosts through various ways like rsync, smb or tar. It supports full and incremental backups, and reconstruct automatically a usable verbatim from any backup version. Started with version 4, BackupPC uses a new way to store backups by a reverse delta approach and no hardlinks.
See [BackupPC documentation](http://backuppc.sourceforge.net/BackupPC-4.1.1.html) for further details and how to use it.
## Basic usage ## Basic usage
For testing purpose, you can create a new BackupPC instance with following command. For testing purpose, you can create a new BackupPC instance with following command.