File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ For the situation where you have the ability to have the original drive and the
21
21
or
22
22
` $ sudo mergerfs.ctl add path /mnt/data3 `
23
23
3 . Use ` rsync ` or similar to copy data
24
- ` $ sudo rsync -avxHAXWES --numeric-ids --info=progress2 /mnt/data1/ /mnt/data3/ `
24
+ ` $ sudo rsync -avxHAXWE --numeric-ids --info=progress2 /mnt/data1/ /mnt/data3/ `
25
25
4 . Run rsync again to confirm no files changed while the copy happened.
26
26
5 . Remove the old drive
27
27
` $ sudo xattr -w user.mergerfs.srcmounts -/mnt/data1 /mnt/pool/.mergerfs `
@@ -48,7 +48,7 @@ For the situation where you are removing a drive completely or you are unable to
48
48
` $ mkdir -p /tmp/tmp_pool `
49
49
` $ sudo mergerfs -o <options> /mnt/data0:/mnt/data2 /tmp/tmp_pool `
50
50
3 . Use ` rsync ` or similar to copy data from the drive to remove into the temporary pool
51
- ` $ sudo rsync -avxHAXWES --numeric-ids --info=progress2 /mnt/data1/ /tmp/tmp_pool/ `
51
+ ` $ sudo rsync -avxHAXWE --numeric-ids --info=progress2 /mnt/data1/ /tmp/tmp_pool/ `
52
52
4 . Run rsync again to confirm no files changed while the copy happened.
53
53
5 . Remove the old drive from the main pool.
54
54
` $ sudo xattr -w user.mergerfs.srcmounts -/mnt/data1 /mnt/pool/.mergerfs `
You can’t perform that action at this time.
0 commit comments