System backups: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
 
(10 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
== Mondo ==
Add the repo. apt-get install mondo
Run mondoarchive as root.
When prompted for what to ignore, enter /var/swapfile1|/home
This will create a bootable DVD that can restore the SSD.
I have a partition with Windows 8.1 in it... I should probably think about backing it up sometime but right now I just don't care because I have not used it for anything.


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