meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:fs:btrfs:send [2024/11/21 12:26] niziaklinux:fs:btrfs:send [2024/11/21 17:32] (current) niziak
Line 115: Line 115:
  
 <code bash> <code bash>
-rsync -avxHAXPW --exclude=".snapshots" 192.168.177.161::rootfs /target/@rootfs+rsync -avHAXPW --exclude=".snapshots" 192.168.177.161::rootfs /target/@rootfs
 </code> </code>
  
 Try ssh to correct permission errors Try ssh to correct permission errors
 <code bash> <code bash>
-rsync -avxHAXPW --exclude=".snapshots" ssh://user@192.168.177.161/target/@rootfs/ /target/@rootfs+rsync -avHAXPW --exclude=".snapshots" ssh://user@192.168.177.161/target/@rootfs/ /target/@rootfs
 </code> </code>