mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Update README.md
This commit is contained in:
parent
860a442beb
commit
a6002d2674
16
README.md
16
README.md
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user