Line 116: |
Line 116: |
| | | |
| | | |
| + | |
| + | ===Standard backup inclusions=== |
| + | |
| + | This command will give a listing of the files & folders included in a standard backup, as per a default install of sme server |
| + | |
| + | perl -e 'use esmith::Backup; $b = new esmith::Backup;print join("\n",$b->restore_list)' |
| + | |
| + | Which on a sme7.3 server shows: |
| + | |
| + | home/e-smith |
| + | etc/e-smith/templates-custom |
| + | etc/e-smith/templates-user-custom |
| + | etc/ssh |
| + | root |
| + | etc/sudoers |
| + | etc/passwd |
| + | etc/shadow |
| + | etc/group |
| + | etc/gshadow |
| + | etc/samba/secrets.tdb |
| + | etc/samba/smbpasswd |
| + | etc/smbpasswd |
| + | |
| + | Reference: |
| + | http://forums.contribs.org/index.php?topic=39969.0 |
| | | |
| ===Reference links=== | | ===Reference links=== |