https://github.com/francescodisalesgithub/testdisk-extensions
bash scripts for moving specific extensions in recup_dir folders
https://github.com/francescodisalesgithub/testdisk-extensions
bash extension extensions recovery testdisk
Last synced: 11 months ago
JSON representation
bash scripts for moving specific extensions in recup_dir folders
- Host: GitHub
- URL: https://github.com/francescodisalesgithub/testdisk-extensions
- Owner: FrancescoDiSalesGithub
- License: gpl-3.0
- Created: 2024-11-02T12:08:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T12:28:15.000Z (over 1 year ago)
- Last Synced: 2025-01-17T18:01:59.185Z (about 1 year ago)
- Topics: bash, extension, extensions, recovery, testdisk
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testdisk-extensions
bash scripts for moving specific extensions in recup_dir folders
# How to run
Pass the following arguments:
* absolute path where test-disk has extracted the recovered files
* number of folders into the absolute path where test-disk has extracted the recovered files
* extension to extract (without the dot character)
* folder to extract the files with the given extension
Example:
```
bash extract-testdisk.sh /home/user/recovered_my_files/ 200 txt /home/user/secred_texts/
```