diff --git a/pbs-client-installer.sh b/pbs-client-installer.sh index 5e8c8dd..122c780 100755 --- a/pbs-client-installer.sh +++ b/pbs-client-installer.sh @@ -1018,7 +1018,7 @@ run_backup_now() { MONITOR_PID=$! # Follow logs in foreground (will be killed by monitor when backup completes) - journalctl -fu pbs-backup.service 2>/dev/null || true + journalctl -fu pbs-backup-manual.service 2>/dev/null || true # Wait for monitor to finish wait $MONITOR_PID 2>/dev/null @@ -1173,7 +1173,7 @@ main() { MONITOR_PID=$! # Follow logs in foreground (will be killed by monitor when backup completes) - journalctl -fu pbs-backup.service 2>/dev/null || true + journalctl -fu pbs-backup-manual.service 2>/dev/null || true # Wait for monitor to finish wait $MONITOR_PID 2>/dev/null