在CentOS下备份Postman数据,可通过以下两种方法:
cp -a ~/.config/postman /path/to/backup/directory
tar -czvf postman_backup.tar.gz ~/.config/postman
此外,还可通过设置定时任务实现定期备份。