Skip to content

Commit

Permalink
added installation instructions; updated package-monster build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Nov 8, 2017
1 parent 89a228d commit e97ab66
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Features](#features) |
[Documentation](#documentation-and-references) |
[Backward Compatibility](#backward-compatibility) |
[Installation](#package-installation) |
[Config File Syntax](#config-file-syntax) |
[Usage](#usage) |
[systemd](#automation-via-systemd)
Expand Down Expand Up @@ -42,13 +42,27 @@ Some recommended tutorials/usage guides
* [ubuntuusers.de - Tutorial](https://wiki.ubuntuusers.de/rsnapshot/)
* [thomas-krenn.com - Backup unter Linux mit rsnapshot](https://www.thomas-krenn.com/de/wiki/Backup_unter_Linux_mit_rsnapshot)


System Requirements
Package Installation
--------------------------------------------------------------

* Linux based OS
* At a minimum: `perl` (>= 5.14 required), `rsync` (>=3.1.1 recommended)
* Optionally: `ssh`, `logger`, GNU `cp`, GNU `du`
There are currently two different methods available to install rsnapshot-ng

### 1. All Systems - from Source ###

Just download the [latest release from GitHub](https://github.com/AenonDynamics/rsnapshot-ng/releases) and extract the files in a directory of your choice (`/opt/rsnapshot-ng` for example).

### 2. Debian - via Aenon-Dynamics Repository ###

**Add Repository**

See [AenonDynamics/CPR](https://github.com/AenonDynamics/CPR#debian-packages)

**Installation**

```
apt-get update
apt-get install rsnapshot-ng
```

Backward Compatibility
--------------------------------------------------------------
Expand All @@ -61,6 +75,12 @@ Backward Compatibility

* The deprecated config directive `interval` has been removed (replaced by `retain`)

### System Requirements ###

* Linux based OS
* At a minimum: `perl` (>= 5.14 required), `rsync` (>=3.1.1 recommended)
* Optionally: `ssh`, `logger`, GNU `cp`, GNU `du`

Config File Syntax
--------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Documentation

1. Create new HowTo
2. Create generated website/doc
3. Add Manpage to .deb package

Tests
---------------------------------------
Expand Down

0 comments on commit e97ab66

Please sign in to comment.