Backup and Failsafe System
Go to file
DarkFeather 49f9f6d315
Standardizing round 1
2020-02-08 13:34:58 -06:00
examples Restructured to better break up backups and add user control 2017-11-16 17:51:14 -06:00
tests Standardizing round 1 2020-02-08 13:34:58 -06:00
.gitignore Standardizing round 1 2020-02-08 13:34:58 -06:00
LICENSE Standardizing round 1 2020-02-08 13:34:58 -06:00
Makefile Standardizing round 1 2020-02-08 13:34:58 -06:00
PKGBUILD Standardizing round 1 2020-02-08 13:34:58 -06:00
README.md Standardizing round 1 2020-02-08 13:34:58 -06:00
aether-gen.bash Restructured to better break up backups and add user control 2017-11-16 17:51:14 -06:00
aether.bash Fixes for makefile and aether.bash -- deduplicate the right files. 2016-08-10 12:44:54 -05:00
make-user.bash Converting to Git 2016-08-04 11:15:34 -05:00
remote-backup Recent dev 2016-12-13 19:58:03 -06:00

README.md

The Aether project is a way to back up server configuration, source code, and file lists to remote locations. These remote locations should be securely controlled by the same administrative staff as the server owner.

Etymology

The Aether project is the AniNIX's implementation of the "cloud." While its admins consider the computing cloud to be Computers Living On Unknown Datacenters, aka. with unknown controls and thereby insecure, distributing backups to many locations makes the AniNIX more resilient.

Dictionary.com translates Aether as the Greek personification of the clear sky, and this project lives a wide array of locations across the nebulous Internet, giving it no physical form to hold onto.

Installing

You have two options to install this project:

  • Arch Linux and related distros: Run makepkg -sri
  • Other operating systems: Run make install

Initial setup

To create the aether and aether.pub files, run "make keys". This should not be repeated.

Adding backup configurations

Individual projects wanting to be backed up by the Aether system should add a file to their package into /usr/local/etc/Aether/backups/.

Relevant Files and Software

Aether installs a script for rsync-based remote backups. We implement this policy through the two 4TB hard-drives, at least one of which is always off-site, that can be plugged into the Maat hotswap bay along with a virtual machine that mounts the ArchLinux iso and the drive in the bay.

Available Clients

The only client is direct server access on one of the client nodes.

Equivalents or Competition

Equivalent services are DropBox, Google Drive, or Barracuda.

Notes

Those deploying Aether should maintain a nodeslist file that only root can read.