update

Edwin Eefting
2022-01-07 11:41:57 +01:00
parent 9e407f991b
commit babdf211f5
3 changed files with 4 additions and 3 deletions

@ -2,7 +2,6 @@ Look at the [README.md](../blob/master/README.md) for the introduction.
# Getting started # Getting started
***Wiki is currently being build***
## Installation ## Installation
You only need to install zfs-autobackup on the side that initiates the backup. The other side doesnt need any extra configration. You only need to install zfs-autobackup on the side that initiates the backup. The other side doesnt need any extra configration.
@ -220,6 +219,7 @@ root@ws1:~# zfs-autobackup test --verbose
This also allows you to make several snapshots during the day, but only backup the data at night when the server is not busy. This also allows you to make several snapshots during the day, but only backup the data at night when the server is not busy.
**Note**: In this mode it doesnt take a specified target-schedule into account when thinning, it only knows a snapshot is the common snapshot by looking at the holds. So make sure your source-schedule keeps the snapshots you still want to transfer at a later point. **Note**: In this mode it doesnt take a specified target-schedule into account when thinning, it only knows a snapshot is the common snapshot by looking at the holds. So make sure your source-schedule keeps the snapshots you still want to transfer at a later point.
### Specifying ssh port or options ### Specifying ssh port or options
The correct way to do this is by creating ~/.ssh/config: The correct way to do this is by creating ~/.ssh/config:

@ -1 +1 @@
Sponsorred by: JetBrains (Provided me with a license for their whole professional product line, https://www.jetbrains.com/pycharm/ ) Sponsored by: JetBrains

@ -9,4 +9,5 @@ zfs-autobackup:
* [Transfer buffering, compression and rate limiting.](Piping) * [Transfer buffering, compression and rate limiting.](Piping)
* [Custom Pre- and post-snapshot commands](PrePost) * [Custom Pre- and post-snapshot commands](PrePost)
* [Monitoring](Monitoring) * [Monitoring](Monitoring)
* [Proxmox Example](Example%20Proxmox.md)
*