<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://homeostasis.scs.carleton.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Operating_Systems%3A_Freeing_Disk_Space</id>
	<title>Operating Systems: Freeing Disk Space - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://homeostasis.scs.carleton.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Operating_Systems%3A_Freeing_Disk_Space"/>
	<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=Operating_Systems:_Freeing_Disk_Space&amp;action=history"/>
	<updated>2026-04-22T12:39:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=Operating_Systems:_Freeing_Disk_Space&amp;diff=22595&amp;oldid=prev</id>
		<title>Soma: Created page with &quot;Backup your files!   rsync -a -v /home/student  &lt;username&gt;@access.scs.carleton.ca:COMP3000/  Become root (so you can delete anything)   sudo su -  Check how much free space yo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=Operating_Systems:_Freeing_Disk_Space&amp;diff=22595&amp;oldid=prev"/>
		<updated>2020-03-20T03:05:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Backup your files!   rsync -a -v /home/student  &amp;lt;username&amp;gt;@access.scs.carleton.ca:COMP3000/  Become root (so you can delete anything)   sudo su -  Check how much free space yo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Backup your files!&lt;br /&gt;
  rsync -a -v /home/student  &amp;lt;username&amp;gt;@access.scs.carleton.ca:COMP3000/&lt;br /&gt;
&lt;br /&gt;
Become root (so you can delete anything)&lt;br /&gt;
  sudo su -&lt;br /&gt;
&lt;br /&gt;
Check how much free space you have in your current directory (human readable):&lt;br /&gt;
  df -h .&lt;br /&gt;
&lt;br /&gt;
Find out which files/directories are taking up too much space&lt;br /&gt;
  du -x / | sort -nr | head&lt;br /&gt;
&lt;br /&gt;
Delete files&lt;br /&gt;
  rm &amp;lt;file&amp;gt;&lt;br /&gt;
  rm -rf &amp;lt;directory&amp;gt;   # -f means force, so be sure you specify the right directory!&lt;br /&gt;
&lt;br /&gt;
Clean logs (you may need to reboot to empty out active log files)&lt;br /&gt;
  rm /var/log/&amp;lt;large log file&amp;gt;&lt;br /&gt;
  journalctl --vacuum-size=1M   # keep only one megabyte of logs&lt;/div&gt;</summary>
		<author><name>Soma</name></author>
	</entry>
</feed>