Difference between revisions of "Backups"
m (Protected "Backups" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Since the Amahi HDA appears as a NAS to you network, it is a natural destination for the backups from your network PCs. All backups are initiated by the client computer on to the HDA. | Since the Amahi HDA appears as a NAS to you network, it is a natural destination for the backups from your network PCs. All backups are initiated by the client computer on to the HDA. | ||
− | + | = Periodic File Backups = | |
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share. | One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share. | ||
[[Image:VistaBackups3.png | 150px | Vista Backups | right]] | [[Image:VistaBackups3.png | 150px | Vista Backups | right]] | ||
Line 7: | Line 7: | ||
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy) | We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy) | ||
− | + | == Third-Party (Free) Backup Software == | |
There are a number of great open source or free backup programs out there that you can use free (commercial users should check license details). Here is a partial list (feel free to add others): | There are a number of great open source or free backup programs out there that you can use free (commercial users should check license details). Here is a partial list (feel free to add others): | ||
Line 47: | Line 47: | ||
|Open source - GPL | |Open source - GPL | ||
|- | |- | ||
− | |[http:// | + | |[http://freefilesync.sourceforge.net/ FreeFileSync] |
− | | | + | |Open source - GPL |
− | |||
|} | |} | ||
+ | = Windows Backups = | ||
− | + | * XP: Follow the [[XPBackups | Windows XP]] guidance. | |
− | |||
− | |||
− | |||
− | |||
− | + | * Vista or newer: Review the [[Windows Backups|periodic file backups in Windows Vista to your HDA]] documentation. | |
− | + | = Ubuntu Backups = | |
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]]. | How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]]. | ||
− | + | = Fedora Backups = | |
To backup Fedora clients, the following are recommended: | To backup Fedora clients, the following are recommended: | ||
Line 73: | Line 69: | ||
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup. | * for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup. | ||
− | + | = Mac OS X = | |
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. | Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. | ||
You can, however, manually copy files to an HDA shared folder. | You can, however, manually copy files to an HDA shared folder. | ||
− | + | == Backups with SuperDuper! == | |
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!. | Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!. | ||
− | + | == Backups with SystemRescueCD == | |
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link. | Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link. | ||
− | + | == Backups with Time Machine == | |
+ | === [https://www.amahi.org/apps/amahi-time-machine Amahi Time Machine] Application === | ||
− | + | === SMB (Samba) === | |
'''WARNING - Hack ahead!''' For Time Machine smb users only. | '''WARNING - Hack ahead!''' For Time Machine smb users only. | ||
Line 104: | Line 101: | ||
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this. | Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this. | ||
− | + | == AFP == | |
− | |||
− | |||
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed | For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed | ||
Install [[AFP]] and Avahi: | Install [[AFP]] and Avahi: | ||
− | |||
− | |||
* in Applevolume.default add | * in Applevolume.default add | ||
− | < | + | <pre>~/ "$u" allow:UserName rwlist:UserName,@users cnidscheme:cdb<br> |
− | /var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv</ | + | /var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv</pre> |
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work | *Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work | ||
− | + | *Then service avahi-daemon and atalk restart | |
− | * | + | *The server will show up on your mac connect to the xserve afp server |
− | + | *On your mac open disk utility, make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle (ex. MacBookProIcey_aa00bb11cc22.sparsebundle) | |
− | * | ||
− | * | ||
− | |||
− | ex. | ||
− | MacBookProIcey_aa00bb11cc22.sparsebundle | ||
#use Journaled/case sensitive | #use Journaled/case sensitive | ||
#name has to be Backup of ComputerName | #name has to be Backup of ComputerName | ||
#and save it to the timemachine share | #and save it to the timemachine share | ||
+ | |||
+ | |||
[[File:Tm-sparsebundle.png|caption]] | [[File:Tm-sparsebundle.png|caption]] | ||
− | * | + | *Timemachine image will grow when you synchronize but never larger than the max size |
− | * | + | *Time machine will now find your amahi time capsule |
+ | |||
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk. To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption. Fedora 14 has netatalk 2.1.4...'' | ''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk. To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption. Fedora 14 has netatalk 2.1.4...'' | ||
− | + | = Full Disk "Bare Metal" Backups = | |
− | Bare metal backups are no longer available as a feature in current Amahi releases on | + | Bare metal backups are no longer available as a feature in current Amahi releases. Recommend checking out [http://clonezilla.org Clonezilla] as a viable alternative. See the Amahi tutorial on using [[Clonezilla]] for detailed guidance. |
+ | |||
+ | '''NOTE:''' Older Amahi releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development. | ||
− | + | = Using Symantec Backup Exec = | |
− | + | == System Recovery 8.5 == | |
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. | Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. |
Latest revision as of 00:33, 17 May 2016
Since the Amahi HDA appears as a NAS to you network, it is a natural destination for the backups from your network PCs. All backups are initiated by the client computer on to the HDA.
Contents
Periodic File Backups
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)
Third-Party (Free) Backup Software
There are a number of great open source or free backup programs out there that you can use free (commercial users should check license details). Here is a partial list (feel free to add others):
Package | License/Cost |
---|---|
Cobian Backup | Free, later version no longer open source |
DriveImage XML | Free for personal use |
Areca Backup | Open source - GPLv2 |
Bonkey | Open source - Apache 2.0 |
JaBack | Free |
NasBackup | Open source - no longer under active devel. |
DeltaCopy | Open source - GPL |
Allway Sync | Free for non-commercial use; some limits |
GFI Backup | Free for non-commercial use |
BackupPC | Open source - GPL |
Create Synchronicity | Open source - GPL |
FreeFileSync | Open source - GPL |
Windows Backups
- XP: Follow the Windows XP guidance.
- Vista or newer: Review the periodic file backups in Windows Vista to your HDA documentation.
Ubuntu Backups
How to backup Ubuntu clients using Ubuntu's Simple Backup.
Fedora Backups
To backup Fedora clients, the following are recommended:
- fwbackups, a desktop utility
- rsnapshot, a solution using rsync, with command line interface
- for backing up your hda shares to usbdrive see Rsnapshot for an example setup.
Mac OS X
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. You can, however, manually copy files to an HDA shared folder.
Backups with SuperDuper!
Another backup solution is a program called SuperDuper!, follow the link to see the steps and to find out about SuperDuper!.
Backups with SystemRescueCD
Backups with SystemRescueCD have been reported that they work, more info can be found by visiting the link.
Backups with Time Machine
Amahi Time Machine Application
SMB (Samba)
WARNING - Hack ahead! For Time Machine smb users only.
The method described below does not appear to work with Time Machine starting with Snow Leopard - it allows you to see the drives, but backups will not start successfully.
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The Time Machine hack is a one liner command to be typed in a terminal in Mac OS X:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
This will offer you the choice to backup to your HDA shares.
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.
AFP
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed
Install AFP and Avahi:
- in Applevolume.default add
~/ "$u" allow:UserName rwlist:UserName,@users cnidscheme:cdb<br> /var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv
- Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work
- Then service avahi-daemon and atalk restart
- The server will show up on your mac connect to the xserve afp server
- On your mac open disk utility, make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle (ex. MacBookProIcey_aa00bb11cc22.sparsebundle)
- use Journaled/case sensitive
- name has to be Backup of ComputerName
- and save it to the timemachine share
- Timemachine image will grow when you synchronize but never larger than the max size
- Time machine will now find your amahi time capsule
Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk. To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption. Fedora 14 has netatalk 2.1.4...
Full Disk "Bare Metal" Backups
Bare metal backups are no longer available as a feature in current Amahi releases. Recommend checking out Clonezilla as a viable alternative. See the Amahi tutorial on using Clonezilla for detailed guidance.
NOTE: Older Amahi releases used the Personal Backup Appliance, or PBA, with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development.
Using Symantec Backup Exec
System Recovery 8.5
Symantec's BESR allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. Alternatively BESR can be installed on a central Windows machine with agents deployed on all other Windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console. BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have "Save & Restore" I'm not overly familiar with this product but it replaces Norton "Ghost" in most markets. The GUI is exactly the same as BESR.
BESR is only for Windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.