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
Next revision
Previous revision
linux:fs:btrfs:send [2024/11/20 20:16] 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
-rsync -avxHAXPW --exclude=".snapshots" ssh://user@192.168.177.161/target/@rootfs/ /target/@rootfs+<code bash> 
 +rsync -avHAXPW --exclude=".snapshots" ssh://user@192.168.177.161/target/@rootfs/ /target/@rootfs 
 +</code>
  
 No need to add on not live FS: No need to add on not live FS:
Line 138: Line 140:
 rsync -avxHAXPW --exclude=".snapshots" /target/@rootfs 192.168.177.171::rootfs  rsync -avxHAXPW --exclude=".snapshots" /target/@rootfs 192.168.177.171::rootfs 
 </code> </code>
- 
- 
- 
- 
-rsync -avxHAXPW --numeric-ids /target/@rootfs/ 
- 
- 
-rsync -arAXHvW --exclude=".snapshots" --exclude='/dev' --exclude='/proc' --exclude='/sys' /oldroot/ /rpool/ 
-$ rsync -vuar host1:/var/www host2:/var/www 
  
  
 tar: tar:
-  * 'c'reate +  * ''-c'' create 
-  *        -p, --preserve-permissions, --same-permissions +  * ''-p''''--preserve-permissions''''--same-permissions'' extract information about file permissions  (default  for  superuser
-              extract information about file permissions  (default  for  supe‐ +  * ''-s'''' --preserve-order''''--same-order'' Sort names to extract to match archive 
-              ruser+  * ''-f''''--file=ARCHIVE'' Use  archive  file  or  device  ARCHIVE.   If this option is not given, tar will first examine the enviro 
- +             
- +             
-       -s, --preserve-order, --same-order +
-              Sort names to extract to match archive +
- +
-       -f, --file=ARCHIVE +
-              Use  archive  file  or  device  ARCHIVE.   If this option is not +
-              given, tar will first examine the enviro +
-               +
-              +
 Sender: Sender:
 <code bash> <code bash>