Notices


Reply
Thread Tools
Posts: 73 | Thanked: 18 times | Joined on Feb 2010
#1
Hei Folks
I try to make regular backups on the N900 for communication, bookmarks, settings an programs lists.
The gzipped tarball is ever increasing running now at more than 70MB although all mails have bee deleted. It seems that somewhere stuff gets cached and not cleanly deleted.
any idea?
 
PMaff's Avatar
Posts: 361 | Thanked: 219 times | Joined on Sep 2010
#2
Originally Posted by tredlie View Post
Hei Folks
I try to make regular backups on the N900 for communication, bookmarks, settings an programs lists.
The gzipped tarball is ever increasing running now at more than 70MB although all mails have bee deleted. It seems that somewhere stuff gets cached and not cleanly deleted.
any idea?
1) Install GNU find.
See: http://maemo.org/downloads/product/M...findutils-gnu/

2) Goto X Term.
3) type:
gfind <directory where to search> -type f -size +2M -ls
e.g.
gfind ~ -type f -size +2M -ls
In my case this finds a lot of files larger than 2Megabytes in
/home/user/MyDocs/cities/diskcache/
but I am not sure if they are backed up.

You have to look at the output.
gfind <directory where to search> -type f -size +2M -ls | more
may help.
;-)

See also:
http://unixhelp.ed.ac.uk/CGI/man-cgi?find
 

The Following User Says Thank You to PMaff For This Useful Post:
Posts: 73 | Thanked: 18 times | Joined on Feb 2010
#3
indeed, most of the files are in the cache somewhere. I find it hard to believe, that there is no builtin means of flashing them.
 
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#4
/home/user/MyDocs/cities is where Ovi Maps caches the map data it downloads. You can delete it if you want and Maps will recreate it next time you run it.
 
Dancairo's Avatar
Posts: 423 | Thanked: 486 times | Joined on Nov 2009 @ London, England
#5
Mine was getting rather large too, don't know if this is relevant to you but i found that once I had taken all the photo's off It decreased significantly..

Dan
 
PMaff's Avatar
Posts: 361 | Thanked: 219 times | Joined on Sep 2010
#6
Originally Posted by tredlie View Post
indeed, most of the files are in the cache somewhere. I find it hard to believe, that there is no builtin means of flashing them.
gfind <directory where to search> -type f -size +2M -ls | grep -v "cache" | more
is probably better. You may filter other items with "grep -v ..."
and vary the size of course.

I also tried something different:
gfind ~ -type f -exec du {} \; | sort -nr | grep -v "cache" | more
This takes some time.
In my case it mostly showed larger videos. :-)
 
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#7
I reduced the size of my backups by deleting my email account then deleting /home/user/.modest because I discovered modest was abandoning old emails files and clogging up its cache with files that should have been deleted!

Also clearing you browser cache helps, quite why the backup app will backup your browser cache is beyond me! I find it will do this if you have a browser extension installed.

Doing this has got me down from 32M to 8.9M

Hope this helps as 70Mb is a joke.
 
Posts: 64 | Thanked: 33 times | Joined on Feb 2010
#8
my backups are over 100mb. They take ages and ages to restore
 
Posts: 73 | Thanked: 18 times | Joined on Feb 2010
#9
Originally Posted by JonWW View Post
I reduced the size of my backups by deleting my email account then deleting /home/user/.modest because I discovered modest was abandoning old emails files and clogging up its cache with files that should have been deleted!

Also clearing you browser cache helps, quite why the backup app will backup your browser cache is beyond me! I find it will do this if you have a browser extension installed.

Doing this has got me down from 32M to 8.9M

Hope this helps as 70Mb is a joke.
indeed,most of the stuff is in .modest . but deleting the account cannot be the way to go.
perhaps a developer reading this.....
 
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#10
OMG!

What size are you zip files?
Having cleared my browser cache, mine are:
Code:
applications -     2 KB
bookmarks    - 2,132 KB
comm_and_cal - 3,178 KB
settings     -   720 KB
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:10.