mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-23 03:43:59 +08:00
Merge pull request #325 from trapexit/readme
add mergerfs.ctl and scorch to tooling section
This commit is contained in:
commit
35fca6364f
|
@ -1,6 +1,6 @@
|
||||||
% mergerfs(1) mergerfs user manual
|
% mergerfs(1) mergerfs user manual
|
||||||
% Antonio SJ Musumeci <trapexit@spawn.link>
|
% Antonio SJ Musumeci <trapexit@spawn.link>
|
||||||
% 2016-08-01
|
% 2016-10-13
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
@ -296,11 +296,13 @@ A B C
|
||||||
|
|
||||||
# TOOLING
|
# TOOLING
|
||||||
|
|
||||||
Find tooling to help with managing **mergerfs** at: https://github.com/trapexit/mergerfs-tools
|
* https://github.com/trapexit/mergerfs-tools
|
||||||
|
* mergerfs.ctl: A tool to make it easier to query and configure mergerfs at runtime
|
||||||
* mergerfs.fsck: Provides permissions and ownership auditing and the ability to fix them
|
* mergerfs.fsck: Provides permissions and ownership auditing and the ability to fix them
|
||||||
* mergerfs.dedup: Will help identify and optionally remove duplicate files
|
* mergerfs.dedup: Will help identify and optionally remove duplicate files
|
||||||
* mergerfs.mktrash: Creates FreeDesktop.org Trash specification compatible directories on a mergerfs mount
|
* mergerfs.mktrash: Creates FreeDesktop.org Trash specification compatible directories on a mergerfs mount
|
||||||
|
* https://github.com/trapexit/scorch
|
||||||
|
* scorch: A tool to help discover silent corruption of files
|
||||||
|
|
||||||
# TIPS / NOTES
|
# TIPS / NOTES
|
||||||
|
|
||||||
|
@ -447,4 +449,5 @@ For non-Linux systems mergerfs uses a read-write lock and changes credentials on
|
||||||
|
|
||||||
* http://github.com/trapexit/mergerfs
|
* http://github.com/trapexit/mergerfs
|
||||||
* http://github.com/trapexit/mergerfs-tools
|
* http://github.com/trapexit/mergerfs-tools
|
||||||
|
* http://github.com/trapexit/scorch
|
||||||
* http://github.com/trapexit/backup-and-recovery-howtos
|
* http://github.com/trapexit/backup-and-recovery-howtos
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\"t
|
.\"t
|
||||||
.TH "mergerfs" "1" "2016\-08\-01" "mergerfs user manual" ""
|
.TH "mergerfs" "1" "2016\-10\-13" "mergerfs user manual" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
mergerfs \- another (FUSE based) union filesystem
|
mergerfs \- another (FUSE based) union filesystem
|
||||||
|
@ -666,10 +666,12 @@ A\ B\ C
|
||||||
\f[]
|
\f[]
|
||||||
.fi
|
.fi
|
||||||
.SH TOOLING
|
.SH TOOLING
|
||||||
.PP
|
.IP \[bu] 2
|
||||||
Find tooling to help with managing \f[B]mergerfs\f[] at:
|
|
||||||
https://github.com/trapexit/mergerfs\-tools
|
https://github.com/trapexit/mergerfs\-tools
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
|
mergerfs.ctl: A tool to make it easier to query and configure mergerfs
|
||||||
|
at runtime
|
||||||
|
.IP \[bu] 2
|
||||||
mergerfs.fsck: Provides permissions and ownership auditing and the
|
mergerfs.fsck: Provides permissions and ownership auditing and the
|
||||||
ability to fix them
|
ability to fix them
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
|
@ -677,6 +679,10 @@ mergerfs.dedup: Will help identify and optionally remove duplicate files
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
mergerfs.mktrash: Creates FreeDesktop.org Trash specification compatible
|
mergerfs.mktrash: Creates FreeDesktop.org Trash specification compatible
|
||||||
directories on a mergerfs mount
|
directories on a mergerfs mount
|
||||||
|
.IP \[bu] 2
|
||||||
|
https://github.com/trapexit/scorch
|
||||||
|
.IP \[bu] 2
|
||||||
|
scorch: A tool to help discover silent corruption of files
|
||||||
.SH TIPS / NOTES
|
.SH TIPS / NOTES
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
https://github.com/trapexit/backup\-and\-recovery\-howtos : A set of
|
https://github.com/trapexit/backup\-and\-recovery\-howtos : A set of
|
||||||
|
@ -1035,6 +1041,8 @@ http://github.com/trapexit/mergerfs
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
http://github.com/trapexit/mergerfs\-tools
|
http://github.com/trapexit/mergerfs\-tools
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
|
http://github.com/trapexit/scorch
|
||||||
|
.IP \[bu] 2
|
||||||
http://github.com/trapexit/backup\-and\-recovery\-howtos
|
http://github.com/trapexit/backup\-and\-recovery\-howtos
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Antonio SJ Musumeci <trapexit@spawn.link>.
|
Antonio SJ Musumeci <trapexit@spawn.link>.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user