Date: Thu, 2 Apr 2015 17:26:42 +0700 From: Olivier Nicole <olivier.nicole@cs.ait.ac.th> To: "freebsd-questions@freebsd.org" <questions@freebsd.org> Subject: Dump(8) does not do incremental Message-ID: <CA%2Bg%2BBvhuR6ifc%2Be9D7sV=rH-bQF6Ja-4xSpwKzKDv6BgFgvKcw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, Is there any reason why dump would not do incremental when used with -f -? I do a full dump: # ssh root@192.41.170.38 "dump -f - -L /dev/da1s1d" | restore -r -f - Password: DUMP: Date of this level 0 dump: Thu Apr 2 10:48:58 2015 DUMP: Date of last level 0 dump: the epoch followed by an incremental one: # ssh root@192.41.170.38 "dump -1 -f - -L /dev/da1s1d" | restore -r -f - Password: DUMP: Date of this level 1 dump: Thu Apr 2 12:35:23 2015 DUMP: Date of last level 0 dump: the epoch The level 0 is always shown at the epoch. I may be missing something but I don't see what. Thank you, Olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bg%2BBvhuR6ifc%2Be9D7sV=rH-bQF6Ja-4xSpwKzKDv6BgFgvKcw>