Skip to content

How to backup server settings and users?

0

We are writing a BCP for this service and are not finding any documentation for backing up user accounts. Is it possible to export user accounts and import to a new/replacement server?

asked 7 years ago277 views
2 Answers
0

To retrieve list of users created and stored in the service, we recommend using the ListUsers API - https://docs.aws.amazon.com/transfer/latest/userguide/API_ListUsers.html. You can then use the output of this to create users on a new SFTP server via the CreateUsers API. Let us know if this will help meet your requirements for recreating your server for BC purposes.

AWS
answered 7 years ago
0

Thanks

answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.