13,420
edits
Changes
no edit summary
One very important aspect of system admin is performing backups. There are many methods for backing up the data on a a computer system.The following is an example of a common backup system used in Business Unix/Linux systems:
<div style="left-margin:20px">{|border="10" cellpadding="3" width="50%"
|-
| Backup all specified files (eg. configuration, data files, etc)
|-
| '''Incremental Backup'''
| Backup of only files that have changed since last (full) backup
|}
</div>