Skip to content

Instantly share code, notes, and snippets.

@masayukig
Created September 15, 2011 21:27
Show Gist options
  • Save masayukig/1220523 to your computer and use it in GitHub Desktop.
Save masayukig/1220523 to your computer and use it in GitHub Desktop.
delete crashplan cache directory
$ sudo -s
[root@0r2 crashplan]# cd /usr/local/crashplan/
[root@0r2 crashplan]# du -hs cache
10G cache/
[root@0r2 crashplan]# # やたらとでかいファイルサイズ
[root@0r2 crashplan]# service crashplan stop
[root@0r2 crashplan]# mv cache cache.bak; mkdir cache
[root@0r2 crashplan]# service crashplan start
[root@0r2 crashplan]# sleep 5; ls -lR cache
[root@0r2 crashplan]# # キャッシュファイルができていることを確認
[root@0r2 crashplan]# less /usr/local/crashplan/log/service.log.0
[root@0r2 crashplan]# # 正常に動作していそうなことを確認
[hoge@0r2 crashplan]$ /usr/local/bin/CrashPlanDesktop &
[hoge@0r2 crashplan]$ # GUIでも正常に動作していそうなことを確認
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment