DarException if creation fails (permission denied, disk full,
invalid options, or other libdar-reported errors).
Archive create(string fsRoot, string outDir, string base, string ext, CreateOptions co) @safeCreates a new archive writing slices to outDir.
fsRoot | filesystem root to back up |
outDir | directory where slices are written |
base | archive base name |
ext | slice extension (e.g., "dar") |
co | create options constructed via CreateOptions.create() or createOpts().toLow() Example: |
DarException if creation fails (permission denied, disk full,
invalid options, or other libdar-reported errors).