iCIS Intra Wiki
categories: Info - Support - Software - Hardware | AllPages - uncategorized
Backup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 3: | Line 3: | ||
Your [[Home share]] is automatically [http://wiki.science.ru.nl/cncz/Backup backed up by C&CZ]. | Your [[Home share]] is automatically [http://wiki.science.ru.nl/cncz/Backup backed up by C&CZ]. | ||
= Amanda backup | = TSM backup by UCI = | ||
For home-PCs or other PCs that are not managed by C&CZ, the [http://www.ru.nl/gdi/voorzieningen/campusbrede-systemen/back-up-archief/ UCI TSM taperobot] might be a good solution. | |||
= Amanda backup of home partition of Ubuntu Linux machine by C&CZ = | |||
An Ubuntu machine can be installed as an amanda client. General instructions for the configuration can be found in this [http://ubuntuforums.org/showthread.php?p=2470030 Howto]. | An Ubuntu machine can be installed as an amanda client. General instructions for the configuration can be found in this [http://ubuntuforums.org/showthread.php?p=2470030 Howto]. | ||
| Line 11: | Line 15: | ||
*The amanda client should listen to the non-standard port 10011 instead of 10080. Change <code>/etc/services</code> to reflect this. | *The amanda client should listen to the non-standard port 10011 instead of 10080. Change <code>/etc/services</code> to reflect this. | ||
*The amanda server is bus.science.ru.nl. Allow this server to access the client in <code>/etc/amandahosts</code> and the <code>only_from</code> line in <code>/etc/init.d/xinetd</code>. | *The amanda server is bus.science.ru.nl. Allow this server to access the client in <code>/etc/amandahosts</code> and the <code>only_from</code> line in <code>/etc/init.d/xinetd</code>. | ||
[[Category:Support]] [[Category:AllPages]] | [[Category:Support]] [[Category:AllPages]] | ||
Revision as of 15:15, 17 August 2012
Your Home share is automatically backed up by C&CZ.
TSM backup by UCI
For home-PCs or other PCs that are not managed by C&CZ, the UCI TSM taperobot might be a good solution.
Amanda backup of home partition of Ubuntu Linux machine by C&CZ
An Ubuntu machine can be installed as an amanda client. General instructions for the configuration can be found in this Howto.
Specific settings for the C&CZ configuration:
- The amanda client should listen to the non-standard port 10011 instead of 10080. Change
/etc/servicesto reflect this. - The amanda server is bus.science.ru.nl. Allow this server to access the client in
/etc/amandahostsand theonly_fromline in/etc/init.d/xinetd.