mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
Make numericids defaults to null (fixes #3691)
This commit is contained in:
parent
f351306d82
commit
46000c0308
@ -1,5 +1,7 @@
|
||||
version 1.0 -- UNRELEASED
|
||||
handler changes
|
||||
rysnc:
|
||||
. Fix numericids option (Redmine#3691).
|
||||
dup:
|
||||
. Make the .dup generated by ninjahelper more consistent with
|
||||
example.dup.
|
||||
|
@ -887,7 +887,7 @@ function set_filelist {
|
||||
|
||||
function set_rsync_options {
|
||||
|
||||
if [ ! -z "$numericids" ]; then
|
||||
if [ "$numericids" != "0" ]; then
|
||||
rsync_options="$rsync_options --numeric-ids"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user