Skip to content

Fix long filenames to satisfy the 143-byte limit of eCryptFS

License

Notifications You must be signed in to change notification settings

m13253/ecryptfs-filename-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ecryptfs-filename-fixer

Fix long filenames to satisfy the 143-byte limit of eCryptFS.

Usage

This tool is designed only for people who know what they are doing, incorrect using of this tool may cause data damage.

  1. find /path/to/directory | sort > input.txt
  2. ./ecryptfs-filename-fixer < input.txt > output.sh
  3. Read output.sh to make sure everything is correct.
  4. Read output.sh again to make sure no file would be overwritten.
  5. bash output.sh

About

Fix long filenames to satisfy the 143-byte limit of eCryptFS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages