Skip to content

Commit

Permalink
Merge pull request #947 from jsmeix/fix_manpage_cifs_credentials_file…
Browse files Browse the repository at this point in the history
…_name_issue924

fix manpage and other documentation
regarding cifs credentials filename that
should not be a dot file but a normal filename
see #924
  • Loading branch information
jsmeix committed Aug 1, 2016
2 parents 2e3919f + f03a974 commit a8df747
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/rear.8
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ BACKUP_URL=\fBcifs://\fR
.RS 4
To backup to a Samba share (CIFS), use
BACKUP_URL=cifs://cifs\-server\-name/share/path\&. To provide credentials for CIFS mounting use a
\fI/etc/rear/\&.cifs\fR
\fI/etc/rear/cifs\fR
credentials file and define
BACKUP_OPTIONS="cred=/etc/rear/\&.cifs"
BACKUP_OPTIONS="cred=/etc/rear/cifs"
and pass along:
.sp
.if n \{\
Expand Down
4 changes: 2 additions & 2 deletions doc/rear.8.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ simply define +TAPE_DEVICE=/dev/nst0+
BACKUP_URL=*cifs://*::
To backup to a Samba share (CIFS), use
+BACKUP_URL=cifs://cifs-server-name/share/path+. To provide credentials for
CIFS mounting use a _/etc/rear/.cifs_ credentials file and define
+BACKUP_OPTIONS="cred=/etc/rear/.cifs"+ and pass along:
CIFS mounting use a _/etc/rear/cifs_ credentials file and define
+BACKUP_OPTIONS="cred=/etc/rear/cifs"+ and pass along:
+
----
username=_username_
Expand Down
4 changes: 2 additions & 2 deletions doc/user-guide/03-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ simply define +TAPE_DEVICE=/dev/nst0+
BACKUP_URL=cifs://::
To backup to a Samba share (CIFS), use
+BACKUP_URL=cifs://cifs-server-name/share/path+. To provide credentials for
CIFS mounting use a _/etc/rear/.cifs_ credentials file and define
+BACKUP_OPTIONS="cred=/etc/rear/.cifs"+ and pass along:
CIFS mounting use a _/etc/rear/cifs_ credentials file and define
+BACKUP_OPTIONS="cred=/etc/rear/cifs"+ and pass along:
+
----
username=_username_
Expand Down

0 comments on commit a8df747

Please sign in to comment.