This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:backup:ahsay_obs [2015/01/24 08:50] 127.0.0.1 external edit |
computing:backup:ahsay_obs [2020/12/03 13:05] (current) gcooper |
||
---|---|---|---|
Line 19: | Line 19: | ||
==== Clients ==== | ==== Clients ==== | ||
- | Web Interface -> Manage Log -> Backup Job | + | **Web Interface -> Manage Log -> Backup Job** |
==== Server ==== | ==== Server ==== | ||
- | Web Interface -> Manage System -> Software License | + | **Web Interface -> Manage System -> Software License** |
===== Upgrade OBSR ===== | ===== Upgrade OBSR ===== | ||
Line 56: | Line 56: | ||
# Move into $OBS_HOME, download the latest version and extract it | # Move into $OBS_HOME, download the latest version and extract it | ||
cd $OBS_HOME | cd $OBS_HOME | ||
- | wget http://www.ahsay.com/ | + | wget http://ahsay-dn.ahsay.com/ |
tar -xzvf obsr-nix.tar.gz | tar -xzvf obsr-nix.tar.gz | ||
+ | |||
+ | # Delete a couple of large log files in order not to fill the root partition | ||
+ | rm -f $OBS_HOME_BAK/ | ||
# Copy original files into the upgrade installation | # Copy original files into the upgrade installation | ||
Line 117: | Line 120: | ||
===== Auto Update Agent (AUA) ===== | ===== Auto Update Agent (AUA) ===== | ||
- | :!: The [[http:// | + | :!: You can kick off the update |
- | https:// | + | :!: You can see the client versions easily In the web admin: **Manage Log -> Backup Job** |
- | http:// | + | ==== Select Clients for AUA ==== |
- | http:// | + | **Manage User -> Auto Update -> All** |
- | :!: The upgrade files supplied by the standard OBSR installation package contain non-customized files. | + | ==== Enable AUA ==== |
- | + | ||
- | Enable AUA: | + | |
< | < | ||
Line 135: | Line 136: | ||
</ | </ | ||
- | Customize AUA: | + | ==== Customize AUA ==== |
< | < | ||
vim webapps/ | vim webapps/ | ||
</ | </ | ||
- | |||
- | :!: You can kick off the update on the client by restarting the AUA service. | ||
- | |||
- | :!: You can see the client versions easily In the web admin: **Manage Log -> Backup Job** | ||
===== Performance ===== | ===== Performance ===== | ||
Line 276: | Line 273: | ||
< | < | ||
- | wget http:// | ||
OBS_HOME=/ | OBS_HOME=/ | ||
- | mkdir $OBS_HOME | + | mkdir $OBS_HOME && cd $OBS_HOME |
- | mv obsr-nix.tar.gz | + | wget http:// |
- | cd $OBS_HOME | + | |
tar -xzvf obsr-nix.tar.gz | tar -xzvf obsr-nix.tar.gz | ||
sh $OBS_HOME/ | sh $OBS_HOME/ | ||
Line 291: | Line 286: | ||
The default username/ | The default username/ | ||
- | Manage System -> Server Configuration -> Login Name | + | **Manage System -> Server Configuration -> Login Name** |
===== Filesystem Tweaks ===== | ===== Filesystem Tweaks ===== | ||
Line 315: | Line 310: | ||
</ | </ | ||
- | Manage System -> Server Configuration -> System Home | + | **Manage System -> Server Configuration -> System Home** |
* ''/ | * ''/ | ||
- | Manage System -> Server Configuration -> User Homes | + | **Manage System -> Server Configuration -> User Homes** |
* ''/ | * ''/ | ||
Line 332: | Line 327: | ||
https:// | https:// | ||
- | Install a new disk drive, then create one large partition and format it: | + | Install a new disk drive, then create one large GPT partition and format it: |
< | < | ||
- | fdisk /dev/sdb | + | echo ';' |
- | mkfs.ext3 /dev/sdb1 | + | mkfs.ext3 /dev/sdx1 |
</ | </ | ||