This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:backup:ahsay_obs [2016/02/25 14:01] gcooper |
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 58: | Line 58: | ||
wget http:// | wget http:// | ||
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 | ||
/bin/cp -avr $OBS_HOME_BAK/ | /bin/cp -avr $OBS_HOME_BAK/ | ||
- | # Here we delete a couple of large log files before attempting to copy them in order not to fill the root partition | ||
- | rm -f $OBS_HOME_BAK/ | ||
/bin/cp -avr $OBS_HOME_BAK/ | /bin/cp -avr $OBS_HOME_BAK/ | ||
mv $OBS_HOME_BAK/ | mv $OBS_HOME_BAK/ | ||
Line 309: | 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 326: | 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 |
</ | </ | ||