You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the filesystem for the portable drive backups was ext4 in 1c16d96, Apr 2016 but changed to ext2 in bf05e0e, May 2019. What was the reason for this and is it still valid in late 2024?
Search for changes containing "mkfs.ext4":
$ git log -S"mkfs.ext4"
commit bf05e0e7c44ada89bc906dca539ba064449eaf41
Author: drduh <github@duh.to>
Date: Sat May 18 17:47:13 2019 -0700
Better backup and testing instructions
commit 1c16d968e9e1174204071d80fcf161029a022ae2
Author: drduh <drduh@users.noreply.github.com>
Date: Mon Apr 25 17:49:51 2016 +0000
Add encrypted USB backup instructions, grammar fixes
Hi,
It seems the filesystem for the portable drive backups was ext4 in 1c16d96, Apr 2016 but changed to ext2 in bf05e0e, May 2019. What was the reason for this and is it still valid in late 2024?
Search for changes containing "mkfs.ext4":
The initial change used ext4:
The later change replaced ext4 with ext2:
The text was updated successfully, but these errors were encountered: