From f70a17f8d47ec8a62fa3b9b0bbe40fa107088540 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Apr 2015 15:26:59 +0200 Subject: btrfs: add support for recursive btrfs snapshotting --- src/import/export-tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/export-tar.c') diff --git a/src/import/export-tar.c b/src/import/export-tar.c index 7fae06240a..9bd0251696 100644 --- a/src/import/export-tar.c +++ b/src/import/export-tar.c @@ -294,7 +294,7 @@ int tar_export_start(TarExport *e, const char *path, int fd, ImportCompressType return r; /* Let's try to make a snapshot, if we can, so that the export is atomic */ - r = btrfs_subvol_snapshot_fd(sfd, e->temp_path, BTRFS_SNAPSHOT_READ_ONLY); + r = btrfs_subvol_snapshot_fd(sfd, e->temp_path, BTRFS_SNAPSHOT_READ_ONLY|BTRFS_SNAPSHOT_RECURSIVE); if (r < 0) { log_debug_errno(r, "Couldn't create snapshot %s of %s, not exporting atomically: %m", e->temp_path, path); free(e->temp_path); -- cgit v1.2.3-54-g00ecf