search for: fifil

Displaying 8 results from an estimated 8 matches for "fifil".

Did you mean: fifile
2002 Aug 02
1
[patch] exclude-from stdin
...rsync.yo --- rsync.yo 1 Aug 2002 17:55:40 -0000 1.105 +++ rsync.yo 3 Aug 2002 00:09:55 -0000 @@ -617,6 +617,8 @@ option, but instead it adds all exclude patterns listed in the file FILE to the exclude list. Blank lines in FILE and lines starting with ';' or '#' are ignored. +If \fIFILE\fP is \fB-\fP the list will be read from standard input. + dit(bf(--include=PATTERN)) This option tells rsync to not exclude the specified pattern of filenames. This is useful as it allows you to @@ -627,6 +629,8 @@ dit(bf(--include-from=FILE)) This specifies a list of include patterns fro...
2002 Mar 08
1
[PATCH][RFC] space saving incrementals
...destination file to be the same as the source file\&. On most systems, @@ -616,6 +624,7 @@ option, but instead it adds all exclude patterns listed in the file FILE to the exclude list\&. Blank lines in FILE and lines starting with \';\' or \'#\' are ignored\&. +If \fIFILE\fP is \fB-\fP the list will be read from standard input. .IP .IP "\fB--include=PATTERN\fP" This option tells rsync to not exclude the @@ -628,6 +637,7 @@ .IP "\fB--include-from=FILE\fP" This specifies a list of include patterns from a file\&. +If \fIFILE\fP is \fB-...
2002 Mar 22
1
[PATCH] --link-dest option
...compress file data --exclude=PATTERN exclude files matching PATTERN @@ -531,6 +532,7 @@ option, but instead it adds all exclude patterns listed in the file FILE to the exclude list. Blank lines in FILE and lines starting with ';' or '#' are ignored. +If \fIFILE\fP is \fB-\fP the list will be read from standard input. dit(bf(--include=PATTERN)) This option tells rsync to not exclude the specified pattern of filenames. This is useful as it allows you to @@ -541,6 +543,7 @@ dit(bf(--include-from=FILE)) This specifies a list of include patterns from...
2010 Nov 16
2
[Btrfs-Progs] Update for lzo support
- Add incompat flag, otherwise btrfs-progs will report error when operating on btrfs filesystems mounted with lzo option. - Allow to turn on lzo compression for defrag operation: # btrfs filesystem defragment -c[zlib, lzo] <file> Note: "-c zlib" will fail, because that''s how getopt() works for optional arguments. Signed-off-by: Li Zefan
2009 Jan 13
0
[btrfs-progs 2/4] Add man/btrfsctl.8.in
...directory\fP ] +[ \fB \-r\fP\fI [+-]size\fP ] +[ \fB \-A\fP\fI device\fP ] +[ \fB \-a\fP ] +[ \fB \-c\fP ] +.SH DESCRIPTION +.B btrfsctl +is used to control the filesystem and the files and directories stored. It is the tool to create a new snapshot for the filesystem. +.SH OPTIONS +.TP +\fB\-d\fR \fIfile|directory\fR +Defragment a file or a directory. If the argument is a directory, the entire b-tree under the directory is defragged. +.TP +\fB\-s\fR \fIsnapshot-name directory\fR +Creates a new \fIsnapshot\fP of the \fIdirectory\fP specified. +.TP +\fB\-S\fR \fIsubvolume-name directory\fR +Creates...
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com> (This patch is for the review/test not yet for the integration). Here is an implementation of the feature to add label to the subvolume and snapshots. Which would help sysadmin to better manager the subvol and snapshots. This can be done in two ways, one - using attr which is user land only changes but drawback is able to change the label
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and the btrfs man page from the sources comments for the "btrfs" commanda . The syntax and the detailed help of every subcommand are stored in the comments before the function which implements the subcommand. The fact that the help messages and the man page are generated from the same source should help to avoid
2005 Mar 21
4
Patch: Offline transfer mode
...\-\-read\-batch=FILE read a batch from FILE + \-\-offline make changes via batch file only \-\-checksum\-seed=NUM set block/file checksum seed \-4 \-\-ipv4 prefer IPv4 \-6 \-\-ipv6 prefer IPv6 @@ -1168,6 +1169,12 @@ If \fIFILE\fP is \(lq\-\(rq the batch data will be read from standard input\&. See the \(lqBATCH MODE\(rq section for details\&. .IP +.IP "\fB\-\-offline\fP" +Only record batch file -- do not send changes over the network. Use with +\-\-write\-batch\&. Useful for keeping a large...