Created
September 15, 2011 21:27
-
-
Save masayukig/1220523 to your computer and use it in GitHub Desktop.
delete crashplan cache directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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