btrfs-clone icon indicating copy to clipboard operation
btrfs-clone copied to clipboard

A tool for copying a btrfs file system with all its subvolumes to another btrfs file system

Results 22 btrfs-clone issues
Sort by recently updated
recently updated
newest added

I have mounted a subvolume @snapshots that is within a partition of a sd card at `/tmp/source` ``` drwx------ 1 david david 56 Mar 2 14:58 ./ drwxr-x---+ 3 root...

The setup: 1. A FS at `bk1` with a subvol `chains` where a few ro snapshots in it. 2. Another FS at `bk2` empty ```shell ./btrfs-clone --toplevel --verbose bk1 bk2...