Skip to main content

copy_managed_etc

Function copy_managed_etc 

Source
pub fn copy_managed_etc(
    ctx: &mut HostContext,
    dest: &Path,
) -> Result<EtcBackupReport>
Expand description

Copy managed /etc paths (from embedded config top-level names) into dest.

ยงErrors

Returns HortoError when directory creation or copy I/O fails.