~ubuntu-branches/debian/experimental/ecryptfs-utils/experimental

« back to all changes in this revision

Viewing changes to doc/manpage/ecryptfs-rewrite-file.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-17 09:21:46 UTC
  • mfrom: (16.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091017092146-mx8azups35026ux3
Tags: 81-2
* Adding patch from upstream to ecryptfs-setup-private, in order to
  not incorrectly assume that the home/private directory ownerships
  should be owned by USER:USER but USER:GROUP.
* Minimizing rules file.
* Sorting and wrapping depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
\fBecryptfs-rewrite-file [file1] [file2] [file3] ...\fP
7
7
 
8
8
.SH DESCRIPTION
9
 
This script takes one or more files/directories/symlinks as arguments, moves each of them to a temporary file, and the moves them back to the original name.  This causes the file to be rewritten (and reencrypted) in the lower filesystem.
 
9
This script takes one or more files/directories/symlinks as arguments, moves each of them to a temporary file, and then moves them back to the original name.  This causes the file to be rewritten (and reencrypted) in the lower filesystem.
10
10
 
11
11
This script may be combined with \fBfind\fP(1) and \fBxargs\fP(1) to rewrite an entire eCryptfs mountpoint, unmount, and sync:
12
12