Short of waiting for 'rsync' to timeout, is there any way to see the
current status of an rsync backuppc backup, such as:
- Current average 'transfer rate'
- Time last byte was transferred

Sometimes, especially when backing up laptops, it's hard to know if
the ssh connection has been disrupted and whether rsync is hanging or
not.

I know there are kluges such as looking at
  watch "lsof -nw -u backuppc | egrep ' (REG|DIR) ' | awk '{print $9}'"
Or one can watch the logs...

But it would be good if there were a way to see the actual status of
rsync transfers...


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to