Skip to content

If I want a backup block device (bytes array), can it support it? #104

Open
@zhuxiujia

Description

@zhuxiujia

If I want a backup block device (bytes array), can it support it?

  • maybe need change and restore params(source: PathList tosource: FileSystem ) ?
pub fn backup(
        &self,
        opts: &BackupOptions,
        source: PathList,
        snap: SnapshotFile,
    ) -> RusticResult<SnapshotFile> {
        commands::backup::backup(self, opts, source, snap)
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-apiArea: Related to API design of rustic_coreC-discussionCategory: Not an issue still, tbd!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions