From 3eb726db97f2100e53b26bd6bc033bde0cbf7948 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 23 Dec 2019 20:23:42 +0100 Subject: typo --- README.md | 1 + about.html | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb1de9b..55863db 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Finally x200-my has the ability to backup essential files or directories—for instance a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only: + 1. The option must be enabled in the `/etc/conf.d/x200-my` file 2. The disk must be mounted 3. An (empty) `dobackup` file must be present in the backup directory. diff --git a/about.html b/about.html index 536b739..a777900 100644 --- a/about.html +++ b/about.html @@ -20,7 +20,12 @@

Privacy Settings

It also provides a “Privacy settings” section: if enable_privacy is set to true, then the wired internet interface that may or may not be connected to the internet can have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by wpa_supplicant.) Additionally, x200-my will delete /etc/dhcpcd.duid, which will make dhcpcd generate a new DUID-LLT based file with an updated timestamp and the link-layer address of the network interface that is connected to the DHCP device at the time that the DUID is generated.

Backup

-

Finally x200-my has the ability to backup essential files or directories—for instance a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only: 1. The option must be enabled in the /etc/conf.d/x200-my file 2. The disk must be mounted 3. An (empty) dobackup file must be present in the backup directory.

+

Finally x200-my has the ability to backup essential files or directories—for instance a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:

+
    +
  1. The option must be enabled in the /etc/conf.d/x200-my file
  2. +
  3. The disk must be mounted
  4. +
  5. An (empty) dobackup file must be present in the backup directory.
  6. +

Then, once these conditions are met, the backup process is triggered whenever the service is stopped. It additionally generates a list of installed packages in case the disk should die and everything should be reinstalled.

License and Disclamer

x200-my - An openrc service dedicated to Thinkpads X200 Copyright (C) 2019 Robert Alessi alessi@robertalessi.net

-- cgit v1.2.3