From 4276604083228b83ac203707be72181cc64ef531 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 12 Aug 2019 10:17:05 +0200 Subject: [PATCH] fixed typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9038483..de0ffe0 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ https://wiki.cpi.imtek.uni-freiburg.de/CPIvServerDocumentation/ElabOnZfs ``` cd /mnt/Datenspeicher/snap-backup-dataset/temporary-backups/ - scp -i ../backup_key zfs_snap_backup@etha.cpi.imtek.uni-freiburg.de:~/zfs-backups/ tmp-backup-file.gz + scp -i ../backup_key zfs_snap_backup@etha.cpi.imtek.uni-freiburg.de:~/zfs-backups// tmp-backup-file.gz ``` 2. unzip the backup file and restore it into a dataset ``` - gunzip -c tmep-backup-file.gz | zfs receive -F Datenspeicher/test-backup + gunzip -c tmp-backup-file.gz | zfs receive -F Datenspeicher/test-backup ``` 3. remove the (local) backup file