[hackers] [ubase] Add fsfreeze.8 || sin

From: <git_AT_suckless.org>
Date: Thu, 26 Jun 2014 17:07:15 +0200

commit c1a96ddb4c6905cdb6d81e52bd536153323d4b53
Author: sin <sin_AT_2f30.org>
Date: Thu Jun 26 16:02:04 2014 +0100

    Add fsfreeze.8

diff --git a/Makefile b/Makefile
index 08513b2..9a32e7a 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -93,6 +93,7 @@ MAN1 = \
 
 MAN8 = \
         ctrlaltdel.8 \
+ fsfreeze.8 \
         getty.8 \
         halt.8 \
         hwclock.8 \
diff --git a/fsfreeze.8 b/fsfreeze.8
new file mode 100644
index 0000000..0ef035e
--- /dev/null
+++ b/fsfreeze.8
_AT_@ -0,0 +1,24 @@
+.TH FSFREEZE 8 ubase-VERSION
+.SH NAME
+ Bfsfreeze R - Suspend access to a filesystem
+.SH SYNOPSIS
+ Bfsfreeze R [ B-f R] [ B-u R] Imountpoint R
+.SH DESCRIPTION
+ Bfsfreeze R suspends and resumes access to a filesystem.
+ Bfsfreeze R is intended to be used with hardware RAID
+devices that support the creation of snapshots.
+The Imountpoint R argument is the pathname of the directory
+where the filesystem is mounted. The filesystem must be mounted
+to be frozen.
+.SH OPTIONS
+.TP
+ B-f R
+Freeze the filesystem mounted at Imountpoint R.
+.TP
+ B-u R
+Unfreeze the filesystem mounted at Imountpoint R.
+.SH BUGS
+.TP
+Only works for ext3/4, reiserfs, jfs and xfs.
+.SH SEE ALSO
+mount(8)
Received on Thu Jun 26 2014 - 17:07:15 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 26 2014 - 17:12:12 CEST