Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 33c2f53

Browse files
committed
btrfs-clone: make "generation" default strategy
1 parent 2b27545 commit 33c2f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btrfs-clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def make_args():
658658
ps.add_argument("-B", "--btrfs", default="btrfs")
659659
ps.add_argument("-f", "--force", action='store_true')
660660
ps.add_argument("-n", "--dry-run", action='store_true')
661-
ps.add_argument("-s", "--strategy", default="snapshot",
661+
ps.add_argument("-s", "--strategy", default="generation",
662662
choices=["parent", "snapshot", "chronological",
663663
"generation"])
664664
ps.add_argument("--snap-base")

0 commit comments

Comments
 (0)