# I want to see command log

**URL:** https://forums.percona.com/t/i-want-to-see-command-log/26123
**Category:** Percona Monitoring and Management (PMM)
**Tags:** closed-no-reply
**Created:** [October 24, 2023, 1:14am UTC](https://forums.percona.com/t/i-want-to-see-command-log/26123 "2023-10-24T01:14:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![pmmChobo](https://avatars.discourse-cdn.com/v4/letter/p/5f8ce5/32.png) [@pmmChobo](https://forums.percona.com/u/pmmChobo)
#### Post date: [October 24, 2023, 1:14am UTC](https://forums.percona.com/t/i-want-to-see-command-log/26123/1 "2023-10-24T01:14:01Z")

</div>

## Description:

[Detailed description of the issue or question]

```auto
xbcloud get --storage=[storage-type] --s3-endpoint=[s3-url] --s3-access-key=[access-key] --s3-secret-key=[secret-key] --s3-bucket=[bucket-name] [backup-file-name] | xbstream restore -x -C [backup-file-path]

xtrabackup --decompress --target-dir=[backup-file-path]

xtrabackup --prepare --target-dir=[backup-file-path]

systemctl stop mysql

xtrabackup --copy-back --datadir=[restore-file-path] --target-dir=[backup-file-path]

```

this command is restore command  
pmm server → pmm client

I want to save command log.  
Or can I know the file where these command logs are stored?

Thank you
