Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
display_backups_in_progress [2011/01/17 21:01]
henri created
display_backups_in_progress [2011/01/17 21:12]
henri
Line 1: Line 1:
 ====== Which backups are running on a specific system? ====== ====== Which backups are running on a specific system? ======
  
-In order to determine which backups are running ​on a system run the following command :+In order to determine which backups are currently in progress ​on a POSIX compliant ​systemrun the following command :
  
 <​file>​ps -A | grep lbackup | awk '​{print $6}' | sed '/​^$/​d'</​file>​ <​file>​ps -A | grep lbackup | awk '​{print $6}' | sed '/​^$/​d'</​file>​
Line 20: Line 20:
   * [[monitoring_multiple_backup_logs|Monitoring multiple backup logs]]   * [[monitoring_multiple_backup_logs|Monitoring multiple backup logs]]
   * [[backup_progress|Backup progress]]   * [[backup_progress|Backup progress]]
-