532 reputation
312
bio website nrw.free.fr
location
age
visits member for 2 years, 7 months
seen yesterday
stats profile views 29

I am Nicolas Raoul, IT consultant in Tokyo.


2d
awarded  Nice Question
2d
accepted How to move a directory, file by file? (instead of “copy then remove”)
2d
comment How to move a directory, file by file? (instead of “copy then remove”)
I went the rsync way. Two problems but general success. 1) One file had a name a name just long enough for ext4 but too long for ecryptfs. Renamed. 2) Got a black screen of death img35.imageshack.us/img35/1057/rsyncfreeze.jpg controls not reacting anymore. First time I see this. Anyway, I waited until the disk stopped blinking, then rebooted, and checked that there were no more files at source with find . -type f
2d
comment How to move a directory, file by file? (instead of “copy then remove”)
Chunks are fine for me, as long as each chunk weights less than 50GB.
2d
comment How to move a directory, file by file? (instead of “copy then remove”)
I love the rsync idea! Apparently files are indeed removed as they are moved: superuser.com/questions/405761
2d
revised How to move a directory, file by file? (instead of “copy then remove”)
added 94 characters in body
2d
asked How to move a directory, file by file? (instead of “copy then remove”)
May
15
comment Extrat tar “Cannot open: File name too long”
Same problem might appear as tar: [...] Cannot mkdir: File name too long. Appeared on an encrypted filesystem when uncompressing a tar taken on a non-encrypted filesystem.
Apr
12
awarded  Popular Question
Mar
21
awarded  Popular Question
Mar
13
awarded  Nice Question
Feb
22
comment grep: Find all lines that contain Japanese kanjis
+1 That works too, but Pablo was a bit faster...
Feb
22
comment grep: Find all lines that contain Japanese kanjis
That works great!
Feb
22
accepted grep: Find all lines that contain Japanese kanjis
Feb
22
awarded  Yearling
Feb
22
asked grep: Find all lines that contain Japanese kanjis
Jan
2
awarded  Popular Question
Oct
29
awarded  Notable Question
Sep
19
accepted tr not replacing apostrophe
Sep
19
comment tr not replacing apostrophe
sed -e "s/’/X/" works.