mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Added more exclusion explanation
This commit is contained in:
parent
3aa1837f1a
commit
f3014cb029
@ -124,6 +124,7 @@ COMPRESSION_LEVEL=3
|
|||||||
## Every subdirectory of each directory in RECURSIVE_DIRECTORY_LIST will be processed as a unique task.
|
## Every subdirectory of each directory in RECURSIVE_DIRECTORY_LIST will be processed as a unique task.
|
||||||
## Example: RECURSIVE_DIRECTORY_LIST="/home;/var" will create backup tasks tasks "/home/dir1, "/home/dir2", ... "/home/dirN", "/var/log", "/var/lib"... "/var/something".
|
## Example: RECURSIVE_DIRECTORY_LIST="/home;/var" will create backup tasks tasks "/home/dir1, "/home/dir2", ... "/home/dirN", "/var/log", "/var/lib"... "/var/something".
|
||||||
## You can exclude directories from the avove backup task creation, ex: avoid backing up "/home/dir2" by adding it to RECURSIVE_EXCLUDE_LIST.
|
## You can exclude directories from the avove backup task creation, ex: avoid backing up "/home/dir2" by adding it to RECURSIVE_EXCLUDE_LIST.
|
||||||
|
## Note that since we recurse only by one level, excluding /home/dir2/somedir won't have any effect.
|
||||||
## Please use ${HOME} instead of ~ if needed.
|
## Please use ${HOME} instead of ~ if needed.
|
||||||
|
|
||||||
## Directories backup list. List of semicolon separated directories that will be backed up.
|
## Directories backup list. List of semicolon separated directories that will be backed up.
|
||||||
|
Loading…
Reference in New Issue
Block a user