• Nirbhay Choubey's avatar
    MDEV-6771 : Incorrect Size for Transfer Reported to pv · 33b4fab8
    Nirbhay Choubey authored
    xargs may split the input and execute them in batches for
    large number of files. As a result xtrabackup sst script
    may feed incorrect size to pv.
    Fixed by piping the files to du directly (du --files0-from=-).
    
    [Based on suggestions from Brad Jorgensen]
    33b4fab8
wsrep_sst_xtrabackup.sh 21 KB