From e74e50d4e840066c5395937495eefc6e4ac667ec Mon Sep 17 00:00:00 2001 From: DatuX Date: Wed, 20 Sep 2017 10:28:34 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f83c914..cd985d9 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,16 @@ Tips * Use ```--clear-refreservation``` to save space on your backup server. * Use ```--clear-mountpoint``` to prevent the target server from mounting the backupped filesystem in the wrong place during a reboot. If this happens on systems like SmartOS or Openindia, svc://filesystem/local wont be able to mount some stuff and you need to resolve these issues on the console. +Troubleshooting +---------------- + +`cannot receive incremental stream: invalid backup stream` + +This usually means you've created a new snapshot on the target side during a backup. + * Solution 1: Restart zfs_autobackup and make sure you dont use --resume. If you did use --resume, be sure to "abort" the recveive on the target side with zfs recv -A. + * Solution 2: Destroy the newly created snapshot and restart zfs_autobackup. + + Restore example ===============