rustic_core icon indicating copy to clipboard operation
rustic_core copied to clipboard

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

Open zhuxiujia opened this issue 6 months ago • 3 comments

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)
    }

zhuxiujia avatar Dec 23 '23 13:12 zhuxiujia