dzz wrote:how to empty root trash
- Code: Select all
su
rm -rf /root/.local/share/Trash/*
That did the job. Nuked everything in root trash. YEA! You're a handy guy to have around. Thanks.
dzz wrote:That's not in default excludes yet but should probably be added
- /root/.local/share/Trash/*
Agreed and just did so in the /usr/lib/refractasnapshot/snapshot_exclude.list. That is the file I should be tweaking, right?
dzz wrote:- Code: Select all
- /home/*/Documents/*
- /home/*/Videos/*
is commented out (preceeding #) in default exludes.list, it's a user option to uncomment
Yes. And I uncommented them. Yet files from those directories were present in the snapshot iso. How is that possible if the directory is excluded? Something to do with the trailing slash?
dzz wrote:How large is ~/.wine?
~500mb. I added it to the exclude list.
Another 75mb file is .mozilla/firefox/xxxxx.default/urlclassifier3.sqlite. I also excluded ,mozillabackup.
I'm going to give snapshot another run after I go over the excludes list again.