Clear out pinned data
Opened this issue · 0 comments
darkdrgn2k commented
You can unpin all the pinned segments by running
cat /var/www/html/live.log | awk '{print $2}' | xargs -n 1 ipfs pin rm
ipfs repo gc
rm -rf /var/www/html/live.log
Opened this issue · 0 comments
You can unpin all the pinned segments by running
cat /var/www/html/live.log | awk '{print $2}' | xargs -n 1 ipfs pin rm
ipfs repo gc
rm -rf /var/www/html/live.log