mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 21:55:31 +08:00
Merge pull request #325 from trapexit/readme
add mergerfs.ctl and scorch to tooling section
This commit is contained in:
commit
35fca6364f
15
README.md
15
README.md
|
@ -1,6 +1,6 @@
|
|||
% mergerfs(1) mergerfs user manual
|
||||
% Antonio SJ Musumeci <trapexit@spawn.link>
|
||||
% 2016-08-01
|
||||
% 2016-10-13
|
||||
|
||||
# NAME
|
||||
|
||||
|
@ -296,11 +296,13 @@ A B C
|
|||
|
||||
# TOOLING
|
||||
|
||||
Find tooling to help with managing **mergerfs** at: https://github.com/trapexit/mergerfs-tools
|
||||
|
||||
* mergerfs.fsck: Provides permissions and ownership auditing and the ability to fix them
|
||||
* mergerfs.dedup: Will help identify and optionally remove duplicate files
|
||||
* mergerfs.mktrash: Creates FreeDesktop.org Trash specification compatible directories on a mergerfs mount
|
||||
* 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.dedup: Will help identify and optionally remove duplicate files
|
||||
* 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
|
||||
|
||||
|
@ -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-tools
|
||||
* http://github.com/trapexit/scorch
|
||||
* http://github.com/trapexit/backup-and-recovery-howtos
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\"t
|
||||
.TH "mergerfs" "1" "2016\-08\-01" "mergerfs user manual" ""
|
||||
.TH "mergerfs" "1" "2016\-10\-13" "mergerfs user manual" ""
|
||||
.SH NAME
|
||||
.PP
|
||||
mergerfs \- another (FUSE based) union filesystem
|
||||
|
@ -666,10 +666,12 @@ A\ B\ C
|
|||
\f[]
|
||||
.fi
|
||||
.SH TOOLING
|
||||
.PP
|
||||
Find tooling to help with managing \f[B]mergerfs\f[] at:
|
||||
.IP \[bu] 2
|
||||
https://github.com/trapexit/mergerfs\-tools
|
||||
.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
|
||||
ability to fix them
|
||||
.IP \[bu] 2
|
||||
|
@ -677,6 +679,10 @@ mergerfs.dedup: Will help identify and optionally remove duplicate files
|
|||
.IP \[bu] 2
|
||||
mergerfs.mktrash: Creates FreeDesktop.org Trash specification compatible
|
||||
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
|
||||
.IP \[bu] 2
|
||||
https://github.com/trapexit/backup\-and\-recovery\-howtos : A set of
|
||||
|
@ -1035,6 +1041,8 @@ http://github.com/trapexit/mergerfs
|
|||
.IP \[bu] 2
|
||||
http://github.com/trapexit/mergerfs\-tools
|
||||
.IP \[bu] 2
|
||||
http://github.com/trapexit/scorch
|
||||
.IP \[bu] 2
|
||||
http://github.com/trapexit/backup\-and\-recovery\-howtos
|
||||
.SH AUTHORS
|
||||
Antonio SJ Musumeci <trapexit@spawn.link>.
|
||||
|
|
Loading…
Reference in New Issue
Block a user