mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
9c9b4bb827
split dasalvager and salvager documentation. refer both ways between docs. Change-Id: I33480cae671c3f50d47a5a4f8407a07f268164a1 Reviewed-on: http://gerrit.openafs.org/2442 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
46 lines
953 B
Plaintext
46 lines
953 B
Plaintext
=head1 NAME
|
|
|
|
dasalvager - Initializes the Salvager component of the dafs process
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
=for html
|
|
<div class="synopsis">
|
|
|
|
=include fragments/dasalvager-synopsis.pod
|
|
|
|
=for html
|
|
</div>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The B<dasalvager> command initializes the Salvager component of the C<dafs>
|
|
process. In the conventional configuration, its binary file is located in
|
|
the F</usr/afs/bin> directory on a file server machine.
|
|
|
|
=include fragments/salvager-description.pod
|
|
|
|
=head1 OPTIONS
|
|
|
|
=include fragments/salvager-options.pod
|
|
|
|
=head1 EXAMPLES
|
|
|
|
The following command instructs the Salvager to attempt to salvage the
|
|
volume with volume ID 258347486 on F</vicepg> on the local machine.
|
|
|
|
% /usr/afs/bin/dasalvager -partition /vicepg -volumeid 258347486
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
=include fragments/salvager-privilege.pod
|
|
|
|
=head1 SEE ALSO
|
|
|
|
=include fragments/salvager-also.pod
|
|
L<salvager(8)>,
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
=include fragments/fileserver-copyright.pod
|