search for: fidir

Displaying 7 results from an estimated 7 matches for "fidir".

Did you mean: cidir
2002 Mar 08
1
[PATCH][RFC] space saving incrementals
...d for excluding a @@ -688,6 +698,12 @@ --partial because partially transferred files will remain in the new temporary destination until they have a chance to be completed\&. If DIR is a relative path, it is relative to the destination directory\&. +.IP +.IP "\fB-z, --link-dest=\fP\fIDIR\fP" +This option behaves like \fB--compare-dest\fP +but also will create hard links from \fIDIR\fP +to the destination directory +for unchanged files\&. .IP .IP "\fB-z, --compress\fP" With this option, rsync compresses any data from
2002 Aug 02
1
[patch] --link-dest
...tially transferred files will remain in the new temporary destination until they have a chance to be completed. If DIR is a relative path, it is relative to the destination directory. + +dit(bf(--link-dest=DIR)) This option behaves like \fB--compare-dest\fP but +also will create hard links from \fIDIR\fP to the destination directory for +unchanged files. Files with changed ownership or permissions will not be +linked. dit(bf(-z, --compress)) With this option, rsync compresses any data from the files that it sends to the destination machine. This
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
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
2002 Mar 22
1
[PATCH] --link-dest option
...tially transferred files will remain in the new temporary destination until they have a chance to be completed. If DIR is a relative path, it is relative to the destination directory. + +dit(bf(--link-dest=DIR)) This option behaves like \fB--compare-dest\fP but +also will create hard links from \fIDIR\fP to the destination directory for +unchanged files. Files with changed ownership or permissions will not be +linked. dit(bf(-z, --compress)) With this option, rsync compresses any data from the files that it sends to the destination machine. This
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
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
...in the destination directory}\&. The file will be selected +from the files in the same directory unless --compare-dest is used to select +another directory\&. +.IP .IP "\fB--link-dest=DIR\fP" This option behaves like \fB--compare-dest\fP but also will create hard links from \fIDIR\fP to the destination directory for -----cut here----- Andy Henson Zexia Access Ltd