From f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Apr 2009 17:34:23 +0100 Subject: Autosync now runs umount-all; sync --- guestfish-actions.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'guestfish-actions.pod') diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 62688eed..fce1b319 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -823,9 +823,13 @@ Remove the single directory C. set-autosync true|false If C is true, this enables autosync. Libguestfs will make a -best effort attempt to run C when the handle is closed +best effort attempt to run C followed by +C when the handle is closed (also if the program exits without closing handles). +This is disabled by default (except in guestfish where it is +enabled by default). + =head2 set-e2label set-e2label device label -- cgit