From 1bcf4328580be2597fa7adc35b23d702d45e1387 Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 23 Sep 2019 19:17:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6ff0cfb..8283fe2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Rsync ohne Rechteübernahme (gut für gemountete Laufwerke SAMBA) ``` sudo rsync -rltv --exclude '/storage/tzm_de/var/lib/nextcloud/*' /storage/ /mnt/backup-storage/ ``` +### Hetzner +``` +rsync --progress -e 'ssh -p23' --recursive @.your-storagebox.de: +rsync --progress -e 'ssh -p23' --recursive @.your-storagebox.de: +``` +https://wiki.hetzner.de/index.php/Storage_Boxes ## Gute Quellen * Bash-Skripte: https://wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_für_Anfänger/