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:03] 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 310: | 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 327: | 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 |
</ | </ | ||