Use longer pattern to detect run-backup.sh on recluse

Authored by nalvarez on May 10 2020, 7:16 PM.

Description

Use longer pattern to detect run-backup.sh on recluse

If both recluse and code use "pgrep -f bin/run-backup.sh", sometimes
recluse's pgrep matches code's pgrep if they run at exactly the same time.
By making recluse use a longer pattern (including /root), it won't match
code's pgrep but it will still detect the actual backup script.

Details

Committed
nalvarezMay 10 2020, 7:16 PM
Parents
R897:6dfcd856fc75: Update ssh keys for bgupta
Branches
Unknown
Tags
Unknown