How to use bleachbit to clean other mounted drives and specific folders?
up vote
1
down vote
favorite
I use bleachbit to clean (deep scan) my home directory:
bleachbit -c --preset
But I want to use bleachbit to clean my other mounted drives like /media/device1
and specific folders /home/eka/dir/dir1
. How can I do this in bleachbit?
command-line cleanup bleachbit
add a comment |
up vote
1
down vote
favorite
I use bleachbit to clean (deep scan) my home directory:
bleachbit -c --preset
But I want to use bleachbit to clean my other mounted drives like /media/device1
and specific folders /home/eka/dir/dir1
. How can I do this in bleachbit?
command-line cleanup bleachbit
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I use bleachbit to clean (deep scan) my home directory:
bleachbit -c --preset
But I want to use bleachbit to clean my other mounted drives like /media/device1
and specific folders /home/eka/dir/dir1
. How can I do this in bleachbit?
command-line cleanup bleachbit
I use bleachbit to clean (deep scan) my home directory:
bleachbit -c --preset
But I want to use bleachbit to clean my other mounted drives like /media/device1
and specific folders /home/eka/dir/dir1
. How can I do this in bleachbit?
command-line cleanup bleachbit
command-line cleanup bleachbit
edited Nov 17 at 17:01
dessert
21.2k55896
21.2k55896
asked Nov 17 at 16:35
Eka
97361737
97361737
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
As of BleachBit 2.0, deep scan defaults to the home user directory. There is not a way in the GUI to change it, but I think this will work
- Copy the deepscan.xml that came with BleachBit to
~/.config/bleachbit/cleaners
- Change
id="deepscan"
toid="mydeepscan"
- Add the attribute
path="/media/device1"
to each<action>
element
Then a new DeepScan option will show up, and you can select it.
You may also want to change the <label>
elements too.
it didn't worked. I went and open deepscan.xml in~/.config/bleachbit/cleaners
then changedcleaner id="mydeepscan"
then added the path attribute to every action element<action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview
– Eka
Nov 19 at 9:31
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
As of BleachBit 2.0, deep scan defaults to the home user directory. There is not a way in the GUI to change it, but I think this will work
- Copy the deepscan.xml that came with BleachBit to
~/.config/bleachbit/cleaners
- Change
id="deepscan"
toid="mydeepscan"
- Add the attribute
path="/media/device1"
to each<action>
element
Then a new DeepScan option will show up, and you can select it.
You may also want to change the <label>
elements too.
it didn't worked. I went and open deepscan.xml in~/.config/bleachbit/cleaners
then changedcleaner id="mydeepscan"
then added the path attribute to every action element<action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview
– Eka
Nov 19 at 9:31
add a comment |
up vote
1
down vote
As of BleachBit 2.0, deep scan defaults to the home user directory. There is not a way in the GUI to change it, but I think this will work
- Copy the deepscan.xml that came with BleachBit to
~/.config/bleachbit/cleaners
- Change
id="deepscan"
toid="mydeepscan"
- Add the attribute
path="/media/device1"
to each<action>
element
Then a new DeepScan option will show up, and you can select it.
You may also want to change the <label>
elements too.
it didn't worked. I went and open deepscan.xml in~/.config/bleachbit/cleaners
then changedcleaner id="mydeepscan"
then added the path attribute to every action element<action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview
– Eka
Nov 19 at 9:31
add a comment |
up vote
1
down vote
up vote
1
down vote
As of BleachBit 2.0, deep scan defaults to the home user directory. There is not a way in the GUI to change it, but I think this will work
- Copy the deepscan.xml that came with BleachBit to
~/.config/bleachbit/cleaners
- Change
id="deepscan"
toid="mydeepscan"
- Add the attribute
path="/media/device1"
to each<action>
element
Then a new DeepScan option will show up, and you can select it.
You may also want to change the <label>
elements too.
As of BleachBit 2.0, deep scan defaults to the home user directory. There is not a way in the GUI to change it, but I think this will work
- Copy the deepscan.xml that came with BleachBit to
~/.config/bleachbit/cleaners
- Change
id="deepscan"
toid="mydeepscan"
- Add the attribute
path="/media/device1"
to each<action>
element
Then a new DeepScan option will show up, and you can select it.
You may also want to change the <label>
elements too.
answered Nov 18 at 15:35
Andrew
95947
95947
it didn't worked. I went and open deepscan.xml in~/.config/bleachbit/cleaners
then changedcleaner id="mydeepscan"
then added the path attribute to every action element<action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview
– Eka
Nov 19 at 9:31
add a comment |
it didn't worked. I went and open deepscan.xml in~/.config/bleachbit/cleaners
then changedcleaner id="mydeepscan"
then added the path attribute to every action element<action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview
– Eka
Nov 19 at 9:31
it didn't worked. I went and open deepscan.xml in
~/.config/bleachbit/cleaners
then changed cleaner id="mydeepscan"
then added the path attribute to every action element <action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview– Eka
Nov 19 at 9:31
it didn't worked. I went and open deepscan.xml in
~/.config/bleachbit/cleaners
then changed cleaner id="mydeepscan"
then added the path attribute to every action element <action path="/media/device1" command="delete" search="deep" regex=".[Bb][Aa][Kk]$" cache="false"/>
. Then I tried to deepclean. it still shows the home directory on preview– Eka
Nov 19 at 9:31
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093760%2fhow-to-use-bleachbit-to-clean-other-mounted-drives-and-specific-folders%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown