Skip to content

Commit 2f79c05

Browse files
dlachaumesfauvel
andcommitted
feat: extend Snapshotter to archive only specific files and directories
Co-authored-by: Sébastien Fauvel <[email protected]>
1 parent 6cb9d30 commit 2f79c05

File tree

2 files changed

+319
-53
lines changed

2 files changed

+319
-53
lines changed

mithril-aggregator/src/artifact_builder/cardano_immutable_files_full.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl CardanoImmutableFilesFullArtifactBuilder {
7474
// spawn a separate thread to prevent blocking
7575
let ongoing_snapshot =
7676
tokio::task::spawn_blocking(move || -> StdResult<OngoingSnapshot> {
77-
snapshotter.snapshot(&snapshot_name)
77+
snapshotter.snapshot_all(&snapshot_name)
7878
})
7979
.await??;
8080

0 commit comments

Comments
 (0)