Rename Amanda to Third-Party Backup Utilities.
Add some examples of utils. This section is light-weight and could probably use another paragraph or two.
Rename Emergency Repair Procedure to Emergency Recovery.
Tighten up this section and put the emphasis on the newer installation media option as opposed to the older livefs option.
Make editorial note to close PR48101 in 06/15 when 8.4 is EOl'd.
Sponsored by: iXsystems
Clarified text in File System Backups
Redid examples in Directory Backups to show how 3 utils differ when creating similar backups.
New examples are aimed at what a new user is likely to do. More complex examples should be added.
Next pass will finish this section, to be followed by white space fix-ups.
Sponsored by: iXsystems
Merge 18.9 Backup Strategies and 18.10 Backup Basics.
Clean up summary.
Divide utilities into File System Backups and Directory Backups sections (not quite complete yet).
Remove Do Nothing section (we don't want to encourage this).
Remove Which Program is Best section as it is personal opinion and based on 23 year old findings.
Next commit will finish the edits to this section.
Sponsored by: iXsystems
Make note to remove this section in 06/15 when 8.4 is EOL'd (references PR155982)
This section will not appear in the print edition.
Sponsored by: iXsystems
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.
Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated
Translations are untouched except for build fixes.
Approved by: doceng (gjb)
Approved by: gjb (mentor)
* Remove "RAID" section that only covers ccd(4) and ataraid(4). These
may still work, but there are better solutions for new users.
* Remove Backups to Floppies section.
* Add SATA drive names.
* Change CDROM to CD-ROM to match the FDP Primer word list.
About ccd(4):
Once new and useful, thrice ousted from its niche, time's arrow
evicts ccd from the Handbook, to live forever in the archives.
Merged /projects/print2013/en_US.ISO8859-1:r40693-40726
Merged /projects/ISBN_1-57176-407-0/en_US.ISO8859-1:r40727-41455,
41457-41469,41472-41477,41479-41513,41515-41521,41523-41577,
41579-41581,41583-42013
Notes: This merge entirely excludes the en_US/books/handbook/ppp-and-slip/
changes. They will need to be looked at a bit more closely.
Note to translators: I am very, very sorry. There was no *clean* way
to merge this as separate commits. Trust me, I tried.
The revision logs for the ISBN branch should provide some insight to what
content has changed. I am more than happy to help out here. Sorry :(
Approved by: doceng (implicit)
disk device instead of SCSI, use GPT instead of MBR, use gpart instead
of fdisk/bsdlabel, remove sysinstall example, remove dedicated mode
example. The PR below was submitted after an RFC regarding this change
was posted to the freebsd-doc mailing list, but was entirely relevant.
http://lists.freebsd.org/pipermail/freebsd-doc/2013-June/022087.html
PR: docs/179378
Submitted by: Paul Hoffman <phoffman@proper.com>
Reviewed by: freebsd-doc RFC (no responses after a week)
- fix &os;, <xref>, incorrect directory, varname, and devicename tags
- general rewording/tightening to address "you" and redundancy
- one comment was weirdly tagged and I couldn't figure out how to fix it so it was removed
- a newfs example was modified as UFS2 is now the default
Approved by: bcr (mentor)
scripts: service(1) puts things in one place and abstracts them. Also, it's less
typing and easier to autocomplete.
While here modernize script examples by removing the ".sh" suffix.
Discussed on: -doc
Reviewed by: bjk (prior version)
Approved by: bcr (mentor)
- Add a note that the livefs ISOs are not available for 9.0-RELEASE and
later, and that the standard install CDROM as well as the memstick
image may be used to recover a system.
PR: 166580
Submitted by: Vitaly Magerya (vmagerya%gmail!com)