Open hewson99 opened 3 years ago
@heweicong Hey, sorry for the delay
You can do that by compressing as mentioned https://github.com/nakabonne/pbgopy/issues/22#issuecomment-748396913
tar -zcvf dir1.tar.gz dir1
pbgopy copy <dir1.tar.gz
Then decompress it with:
pbgopy paste >dir1.tar.gz
tar -zxvf dir1.tar.gz
pbgopy copy < dirname this doesn't work