Hi all,
I recently (and temporarily) switched storage backend for a container from snapshot capable to not snapshot capable.
Now the backup makes two rounds:
Currently the container is suspended, so I guess it is past half way the total process. I hope to get an estimate for the remaining rsync runtime (and thus when the container comes back online) by finding out when the container was suspended (or any other means; this one seemed most straightforward).
Where on the host should I look? I tried journalctl (any entry by pvedeaimon the last day), and the Proxmox-related files in /var/log (not all in pve*, there were too many).
Is there a better way to gauge the progress (rsync runs in some order, perhaps I can hook into that?)
I recently (and temporarily) switched storage backend for a container from snapshot capable to not snapshot capable.
Now the backup makes two rounds:
- rsync while live to temp storage
- suspend container and rsync again for verification
Currently the container is suspended, so I guess it is past half way the total process. I hope to get an estimate for the remaining rsync runtime (and thus when the container comes back online) by finding out when the container was suspended (or any other means; this one seemed most straightforward).
Where on the host should I look? I tried journalctl (any entry by pvedeaimon the last day), and the Proxmox-related files in /var/log (not all in pve*, there were too many).
Is there a better way to gauge the progress (rsync runs in some order, perhaps I can hook into that?)