在Ubuntu上同步Postman数据,主要有以下两种方法:
sudo apt-get install rsync
~/.config/postman
rsync -avz --progress ~/.config/postman/ /path/to/your/remote/directory/
/path/to/your/remote/directory/