From e709a62c49b90966d196360421489054fc6ecf7e Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 20 Jul 2019 18:23:03 -0600 Subject: [PATCH] --- Home.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..e16fdc3 --- /dev/null +++ b/Home.md @@ -0,0 +1,3 @@ +This script is designed to backup your Seafile program, data, databases and additional files using borgbackup to an SSH-capable backup server. The defaults are set to mirror (mostly) a default Seafile installation as per the official documentation. The only exception is that the script assumes you have separated your Seafile program and data which is a best-practice but not the default. It is assumed your data is located at */var/seafile* and the program at */opt/seafile* but these are easily changable via parameters. + +The following pages detail installation, usage and customization. You can also just open any provided file and it is fully commented so you can pretty easily tell what it's purpose is and how to customize it to fit your environment. The script itself can be run with *--help* to explain the avaiable options and their default settings. \ No newline at end of file