~ubuntu-branches/debian/stretch/s3ql/stretch

« back to all changes in this revision

Viewing changes to doc/html/_sources/man/rm.txt

  • Committer: Bazaar Package Importer
  • Author(s): Nikolaus Rath
  • Date: 2011-07-01 14:02:17 UTC
  • Revision ID: james.westby@ubuntu.com-20110701140217-cyyclk7tusagxucf
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. -*- mode: rst -*-
 
2
 
 
3
 
 
4
=================================
 
5
The :program:`s3qlrm` command
 
6
=================================
 
7
 
 
8
Synopsis
 
9
========
 
10
 
 
11
::
 
12
 
 
13
   s3qlrm [options] <directory>
 
14
  
 
15
Description
 
16
===========
 
17
 
 
18
.. include:: ../include/about.rst
 
19
 
 
20
The |command| command recursively deletes files and directories on an
 
21
S3QL file system. Although |command| is faster than using e.g.
 
22
:command:`rm -r``, the main reason for its existence is that it allows
 
23
you to delete immutable trees (which can be created with
 
24
:program:`s3qllock`) as well.
 
25
 
 
26
Be warned that there is no additional confirmation. The directory will
 
27
be removed entirely and immediately.
 
28
  
 
29
 
 
30
Options
 
31
=======
 
32
 
 
33
The |command| command accepts the following options:
 
34
 
 
35
.. pipeinclude:: ../../bin/s3qlrm --help
 
36
   :start-after: show this help message and exit
 
37
 
 
38
.. include:: ../include/postman.rst
 
39
 
 
40
.. |command| replace:: :command:`s3qlrm` 
 
41