A LICENCE => LICENCE +13 -0
@@ 0,0 1,13 @@
+Copyright (c) 2021, Hugo Osvaldo Barrera
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
M README.md => README.md +11 -4
@@ 1,7 1,14 @@
-sb-backup
-=========
+# sb-backup
Creates a backup of the currently booted EFI image after a successful boot.
-This is useful for experimenting, so if you break something and can't boot, you
-always have a copy of the last version that actually worked.
+This is a rescue mechanism: each time the system boots successfully, the entry
+used to boot is backed up, so if you break it before the next reboot, you have
+a backup/rescue one.
+
+
+## Licence
+
+Licensed under the ISC licence. See LICENCE for details.
+
+Copyright (c) 2021, Hugo Osvaldo Barrera