- aug-save! a #!optional modeprocedure
Writes all pending changes to disk. Raises an error on failure, returns an unspecified value on success.
The optional save mode may be any of:
#f or omitted Use the save mode passed to aug-init! overwrite Overwrite the original file backup Copy the original file to file.augsave, then overwrite the original file newfile Save changes into file.augnew; do not overwrite original file noop Make save a no-op process, just record what would have changed into /augeas/events/saved