mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
STABLE14-up-m-docs-20060228
Document the -m flag to up. (cherry picked from commit 1705109815189f2c03323bc154feb639c76180ad)
This commit is contained in:
parent
7be2c24edb
commit
35c2ca3577
@ -4,7 +4,7 @@ up - Recursively copy directories, preserving AFS metadata
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<up> [B<-v>] [B<-1>] [B<-f>] [B<-r>] [B<-x>]
|
||||
B<up> [B<-v>] [B<-1>] [B<-f>] [B<-r>] [B<-x>] [B<-m>]
|
||||
<I<source directory>> <I<destination directory>>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@ -84,6 +84,14 @@ Overwrites existing directories, subdirectories, and files even if the
|
||||
first (user) C<w> (write) mode bit is turned off on the version in the
|
||||
destination directory.
|
||||
|
||||
=item B<-m>
|
||||
|
||||
Recognize and copy mount points rather than traversing the volumes they
|
||||
reference during the recursive copy operation. Without B<-m>, B<up>'s
|
||||
default behavior is to copy the contents of all volumes and subvolumes
|
||||
mounted under the source directory into the volume containing the
|
||||
destination directory.
|
||||
|
||||
=item B<-r>
|
||||
|
||||
Creates a backup copy of all files overwritten in the destination
|
||||
|
Loading…
x
Reference in New Issue
Block a user