トップ «前の日記 最新 次の日記»

2024-10-09 (We) [長年日記]

_ encfs と gocryptfs

linux tarball を展開して find して削除するのを、 encfs と gocryptfs でやってみた。

encfs:

luna:raw % time bsdtar xf /aur/linux-zen/linux-6.10.10.tar.xz
bsdtar xf /aur/linux-zen/linux-6.10.10.tar.xz  18.56s user 15.97s system 21% cpu 2:40.22 total
luna:raw % time find . -print > /dev/null                    
find . -print > /dev/null  0.13s user 0.40s system 18% cpu 2.921 total
luna:raw % time rm -fr linux-6.10.10     
rm -fr linux-6.10.10  0.22s user 3.28s system 11% cpu 29.236 total
luna:raw % 

gocryptfs:

luna:raw % time bsdtar xf /aur/linux-zen/linux-6.10.10.tar.xz 
bsdtar xf /aur/linux-zen/linux-6.10.10.tar.xz  17.70s user 11.86s system 28% cpu 1:43.38 total
luna:raw % time find . -print > /dev/null                    
find . -print > /dev/null  0.13s user 0.49s system 14% cpu 4.339 total
luna:raw % time rm -fr linux-6.10.10     
rm -fr linux-6.10.10  0.17s user 1.74s system 15% cpu 11.975 total
luna:raw % 

おー、gocryptfs 速いな。移行してみるか。

nfs が base になってるので、nfs サーバ上でそれぞれ encfs と gocryptfs しておいてコピー。

_ 原神 - 祝福に課金

ていうか、ここしばらく、祝福がなかったみたい T_T いったいいつから…?

支払い履歴を確認した感じ、9/20 頃にはなくなっていたはず。 3週間くらい祝福なしでやってたのか… なんか、原石の伸びが悪い気はしてたんだよな。 もっと早く気づけよ。


編集 パスワード変更