Skip to content

Commit 84fa77d

Browse files
authored
Merge pull request #11 from trapexit/trapexit-patch-1
Update recovery_(mergerfs).md
2 parents 23521eb + cbfbd75 commit 84fa77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recovery_(mergerfs).md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For the situation where you have the ability to have the original drive and the
2121
or
2222
`$ sudo mergerfs.ctl add path /mnt/data3`
2323
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/`
2525
4. Run rsync again to confirm no files changed while the copy happened.
2626
5. Remove the old drive
2727
`$ 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
4848
`$ mkdir -p /tmp/tmp_pool`
4949
`$ sudo mergerfs -o <options> /mnt/data0:/mnt/data2 /tmp/tmp_pool`
5050
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/`
5252
4. Run rsync again to confirm no files changed while the copy happened.
5353
5. Remove the old drive from the main pool.
5454
`$ sudo xattr -w user.mergerfs.srcmounts -/mnt/data1 /mnt/pool/.mergerfs`

0 commit comments

Comments
 (0)