System backups: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "== Overview == I need to back up a server Bellman and a desktop Laysan and possibly a couple laptops (but those will probably just use TimeMachine since they are Macs..."
 
Brian Wilson (talk | contribs)
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==


I need to back up a server [[Bellman]] and a desktop [[Laysan]] and possibly a couple laptops (but those will probably just use TimeMachine since they are Macs.
# Windows Desktop
# Linux server
# NAS
# 3 Mac laptops
# Chromebook


For years I used a perl script. Tired of that.
The user interface will be on Laysan.
The storage will be on Bellman.
Bellman has a RAID mirror with two 2TB drives.
Bellman has its OS on a SSD. So I want to back up the SSD to the RAID.
Laysan has one SSD for the OS and one data drive.
== Package install ==
Bellman: sudo apt-get install bacula-sd-mysql bacula-server bacula-common-mysql
Laysan: sudo apt-get install bacula-console-qt bacula-client bacula-common bacula-traymonitor


See [[Bellman]]


[[Category: Don't Panic!]]
[[Category: System Administration]]
[[Category: System Administration]]

Latest revision as of 00:22, 9 December 2024

Overview

  1. Windows Desktop
  2. Linux server
  3. NAS
  4. 3 Mac laptops
  5. Chromebook


See Bellman