You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 root 60 Mar 2 15:03 ../
drwxr-xr-x 1 david david 0 Mar 2 11:05 '@data'/
drwx--x--- 1 root root 148 Feb 27 13:24 '@docker'/
drwxr-xr-x 1 david david 20 Mar 2 07:38 manrpi/
drwxr-xr-x 1 david david 26 Mar 2 10:53 '@snapshots'/
sudo btrfs-clone --toplevel -v /tmp/source /tmp/dest
unsharing mount namespace
fileystem /tmp/dest is not empty
yea, I don't think btrfs-clone supports what I am trying to do which is clone a subvolume (and its subvolumes/snapshots) from one device/parition to a subvolume on another device/partition. Looks like this only supports full partition to partition clone.
I have mounted a subvolume @snapshots that is within a partition of a sd card at
/tmp/source
then pass that mountpoint to btrfs-clone
sudo btrfs-clone --toplevel --dry-run -v /tmp/source /tmp/dest
but btrfs-clone is picking up all the subvolumes on that partition and not starting with @snapshot and below
for example @docker is another subvolume on that same partition.
I thought this is what --toplevel was supposed to stop.
https://github.com/mwilck/btrfs-clone?tab=readme-ov-file#the---toplevel-option
The text was updated successfully, but these errors were encountered: