# Bulk Export Server Side Encryption Support

Server-side encryption is about protecting data at rest. Our Bulk Export supports some server-side encryption.

The `td table:export` command with `--encryption ENCRYPT_METHOD` is able to dump all the data uploaded to TD into your encrypted storage. This option is available in td command since version 0.14.0.

The following command is a example for x-amz-server-side-encryption: AES256 on S3:


```bash
td table:export example_db table1 -F jsonl.gz --s3-bucket mybucket -k KEY_ID -s SECRET_KEY --encryption s3
```