Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 517 Bytes

README_splitting_combining.md

File metadata and controls

12 lines (9 loc) · 517 Bytes
  1. Move all files into a subdirectory e.g. all One Piece Manga files into a directory called 'One Piece'
  2. Copy the split_large_files.sh script into that directory or call:
mkdir -p splits
find . -size +100M | xargs -I{} bash -c 'split -b 100M "{}" "./splits/$(basename "{}")_____"'
  1. Copy the chunks to the webdav server
  2. Connect via SSH and call the combine script python3 combine_splits.py in the same directory. It will combine the parts and delete them afterwards leave the fully combined files