My Servers plugin filled /boot


Recommended Posts

Hi,

 

My USB stick is about to run out of space - it appears in early January I had a commit per minute'ish (which has since stopped) which presumably have not helped:

 

root@unraid01:/boot# du -h .git | tail -1
13G    .git


My commits:

 

root@unraid01:/boot# git log | grep ^Date | wc -l
136591

 

As can be seen this last commited a while ago:

 

root@unraid01:/boot# git log | grep ^Date | head -10
Date:   Sat Jan 1 23:58:04 2022 +0000
Date:   Sat Jan 1 23:57:04 2022 +0000
Date:   Sat Jan 1 23:56:03 2022 +0000
Date:   Sat Jan 1 23:55:04 2022 +0000
Date:   Sat Jan 1 23:54:04 2022 +0000
Date:   Sat Jan 1 23:53:04 2022 +0000
Date:   Sat Jan 1 23:51:04 2022 +0000
Date:   Sat Jan 1 23:48:03 2022 +0000
Date:   Sat Jan 1 23:47:03 2022 +0000
Date:   Sat Jan 1 23:45:04 2022 +0000


Is there a recommended / safe way to purge some of the older history?

 

Thanks!

 

 

 

 

Edited by estrim
Link to comment
  • 4 weeks later...