User Tools

Site Tools


computing:backup:ahsay_clients

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:backup:ahsay_clients [2013/10/03 15:32]
127.0.0.1 external edit
computing:backup:ahsay_clients [2020/09/23 08:35] (current)
gcooper
Line 1: Line 1:
 ====== Ahsay Backup Client Issues ====== ====== Ahsay Backup Client Issues ======
 +
 +See also **[[computing:backup:ahsay_multiple_machines|Ahsay Backup with Multiple Machines per Account]]**
  
 See also **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=ahsay|Other Ahsay pages in this wiki]]** See also **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=ahsay|Other Ahsay pages in this wiki]]**
  
-====== Backup Clients ======+http://kasperk.it/ahsay/ahsay-obm-clean-restart-client
  
 :!: Remember to choose HTTPS for SSL encryption of communications between backup client and backup server. :!: Remember to choose HTTPS for SSL encryption of communications between backup client and backup server.
 +
 +:!: Use the FQDN (fully qualified domain name) for the hostname.
 +
 +===== Seed Load =====
 +
 +http://www.ahsay.com/jsp/en/home/index.jsp?rf=www.google.com&kw=&pageContentKey=ahsay_products_ahsayobm_features_seed-load
  
 ===== OBM Linux Client ===== ===== OBM Linux Client =====
Line 41: Line 49:
 <file> <file>
 cd ~ cd ~
-wget http://obs1.sonoracomm.com/obs/download/obm-nix.tar.gz+wget http://obs2.virtualarchitects.com/obs/download/obm-nix.tar.gz
 mkdir /usr/local/obm mkdir /usr/local/obm
 cd /usr/local/obm cd /usr/local/obm
Line 61: Line 69:
 http://wiki.contribs.org/X11_Forwarding_on_SME http://wiki.contribs.org/X11_Forwarding_on_SME
  
-On 64-bit SME 8 servers, you might have to install the requisites with this command:+On 64-bit SME 8 servers, you **may** have to install the requisites with this command:
  
 <file> <file>
Line 73: Line 81:
 cd /etc/e-smith/templates-custom/etc/ssh/sshd_config/ cd /etc/e-smith/templates-custom/etc/ssh/sshd_config/
 echo X11Forwarding yes > 50X11Forwarding echo X11Forwarding yes > 50X11Forwarding
-echo X11UseLocalhost yes > 50X11UseLocalhost+echo X11UseLocalhost no > 50X11UseLocalhost
 expand-template /etc/ssh/sshd_config expand-template /etc/ssh/sshd_config
 /etc/init.d/sshd restart /etc/init.d/sshd restart
 </file> </file>
  
-On SME Servers, which use runlevel 7, you must also enable automatic startup with these two commands:+On SME Servers, which use **runlevel 7**, you must also enable automatic startup with these two commands:
  
 <file> <file>
Line 190: Line 198:
  
 ===== Small Business Server (SBS) ===== ===== Small Business Server (SBS) =====
 +
 +See also **[[computing:backup:ahsay_exchange|Ahsay Backup - Microsoft Exchange]]**
 +
 +See also **[[computing:backup:ahsay_mssql|Ahsay - Microsoft SQL Server Backup]]**
  
 ==== Suggested Backup Jobs Configuration ==== ==== Suggested Backup Jobs Configuration ====
Line 204: Line 216:
 | MS Windows System Backup   | Friday  | 7 PM      | C drive only                                | | MS Windows System Backup   | Friday  | 7 PM      | C drive only                                |
  
 +===== Backup Exclusions =====
 +
 +https://forum.ahsay.com/viewtopic.php?t=728
 +
 +==== Windows ====
 +
 +<file>
 +C:\hiberfil.sys
 +C:\Pagefile.sys
 +C:\Program Files\*
 +C:\RECYCLER
 +C:\System Volume Information
 +C:\Windows\*
 +${App_Data}\Avg7
 +${App_Data}\Avg8
 +${App_Data}\Kaspersky Lab
 +${App_Data}\McAfee
 +${App_Data}\McAfee.com
 +${App_Data}\Microsoft
 +${App_Data}\Sophos
 +${App_Data}\Symantec
 +*\*.tmp
 +*\Application Data\Macromedia\*
 +*\Application Data\Mozilla\*
 +*\Local Settings\Application Data\Microsoft\*
 +*\ntuser.dat
 +</file>
 +
 +==== Linux ====
 +
 +<file>
 +/dev
 +/lost+found
 +/proc
 +/sys
 +/tmp
 +/var/empty
 +/var/lock
 +/var/run
 +/var/spool
 +/var/tmp
 +</file>
computing/backup/ahsay_clients.1380835926.txt.gz · Last modified: 2013/10/04 11:20 (external edit)