mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Document the new ionice configuration in example config files
This commit is contained in:
parent
5c6c583181
commit
7db5c9c3e8
@ -18,6 +18,16 @@
|
||||
## Default
|
||||
# nicelevel = 0
|
||||
|
||||
## ionicelevel is optional. If it is left undefined or empty, ionice will not
|
||||
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
|
||||
## will be used with the best effort class (-c2) and with the ionicelevel as
|
||||
## the class data (-n).
|
||||
##
|
||||
## See the ionice(1) man page for more details about available levels.
|
||||
##
|
||||
## Default:
|
||||
# ionicelevel =
|
||||
|
||||
## default is yes. set to no to skip the test if the remote host is alive
|
||||
##
|
||||
## Default:
|
||||
|
@ -19,6 +19,16 @@
|
||||
## Default:
|
||||
# nicelevel = 0
|
||||
|
||||
## ionicelevel is optional. If it is left undefined or empty, ionice will not
|
||||
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
|
||||
## will be used with the best effort class (-c2) and with the ionicelevel as
|
||||
## the class data (-n).
|
||||
##
|
||||
## See the ionice(1) man page for more details about available levels.
|
||||
##
|
||||
## Default:
|
||||
# ionicelevel =
|
||||
|
||||
## test the connection? set to no to skip the test if the remote host is alive.
|
||||
## if 'desturl' is set below, 'testconnect' must be set to 'no' for now.
|
||||
##
|
||||
|
@ -1,4 +1,21 @@
|
||||
|
||||
## default is 0, but set to 19 if you want to lower the priority.
|
||||
## an example setting would be:
|
||||
## nicelevel = 19
|
||||
##
|
||||
## Default
|
||||
# nicelevel = 0
|
||||
|
||||
## ionicelevel is optional. If it is left undefined or empty, ionice will not
|
||||
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
|
||||
## will be used with the best effort class (-c2) and with the ionicelevel as
|
||||
## the class data (-n).
|
||||
##
|
||||
## See the ionice(1) man page for more details about available levels.
|
||||
##
|
||||
## Default:
|
||||
# ionicelevel =
|
||||
|
||||
# TYP is cd or dvd AS WELL AS the disk inside!!
|
||||
burnertype = cd
|
||||
|
||||
|
@ -25,6 +25,16 @@
|
||||
## Default
|
||||
# nicelevel = 0
|
||||
|
||||
## ionicelevel is optional. If it is left undefined or empty, ionice will not
|
||||
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
|
||||
## will be used with the best effort class (-c2) and with the ionicelevel as
|
||||
## the class data (-n).
|
||||
##
|
||||
## See the ionice(1) man page for more details about available levels.
|
||||
##
|
||||
## Default:
|
||||
# ionicelevel =
|
||||
|
||||
## default is yes. set to no to skip the test if the remote host is alive
|
||||
##
|
||||
## Default:
|
||||
|
@ -77,6 +77,16 @@ days = 7
|
||||
# rsync command nice level
|
||||
#nicelevel = 0
|
||||
|
||||
## ionicelevel is optional. If it is left undefined or empty, ionice will not
|
||||
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
|
||||
## will be used with the best effort class (-c2) and with the ionicelevel as
|
||||
## the class data (-n).
|
||||
##
|
||||
## See the ionice(1) man page for more details about available levels.
|
||||
##
|
||||
## Default:
|
||||
# ionicelevel =
|
||||
|
||||
# set to "yes" if your system isnt handling timestamps correctly
|
||||
#enable_mv_timestamp_bug = no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user