• Sebastien Robin's avatar
    pbs: fixed condition of evaluation of rdiff backup status · 2e4408b9
    Sebastien Robin authored
    Initially, the condition checking rdiff backup status was right
    after calling it. But then a condition about CORRUPTED_ARGS has
    been inserted, making the result of $? different from initially expected.
    
    Due to this, the cleanup of old versions was never done, making
    the backup becoming too fat very quickly.
    
    Thus clearly define variable for rdiff backup status to have expected
    condition.
    2e4408b9
pbs.py 12.5 KB