aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <cjennings@citizen.lan>2021-04-04 23:24:56 -0500
committerCraig Jennings <cjennings@citizen.lan>2021-04-04 23:24:56 -0500
commit141100a41a283d5fe9b133a19fd4caa36abe2dbb (patch)
tree335c3faedb7665581601efc38991576142d69b98
parent8e5ae99fad052eb7c14a679a3bcdaef7e52bc2e5 (diff)
downloadrsyncshot-141100a41a283d5fe9b133a19fd4caa36abe2dbb.tar.gz
rsyncshot-141100a41a283d5fe9b133a19fd4caa36abe2dbb.zip
better lists
-rw-r--r--README.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.org b/README.org
index eddabca..7517695 100644
--- a/README.org
+++ b/README.org
@@ -30,10 +30,13 @@ rsyncshot manual 100
** Filtering
Specify which directories to backup by editing /etc/rsyncshot/includes.txt. The defaults are:
+#+begin_list
- /home
- /etc
- /usr/local/bin
+#+end_list
Specify what filetype patterns to exclude by editing /etc/rsyncshot/excludes.txt. The defaults are:
+#+begin_list
- *.pyc
- *.pyo
- *.class
@@ -41,6 +44,7 @@ Specify what filetype patterns to exclude by editing /etc/rsyncshot/excludes.txt
- *.o
- *.tmp
- .cache*
+#+end_list
** A Few Safeguards
- rsyncshot separates backups by the machine's name. Use one external drive to backup multiple machines without conflicts.
- rsyncshot will validate the specified source directories exist before beginning the backup.