Skip to content

Instantly share code, notes, and snippets.

@santaklouse
Last active September 8, 2023 01:05
Show Gist options
  • Save santaklouse/112332a764ef2f46c7c5dd5edcc51af0 to your computer and use it in GitHub Desktop.
Save santaklouse/112332a764ef2f46c7c5dd5edcc51af0 to your computer and use it in GitHub Desktop.
copy missed files with rsync
rsync --ignore-existing -a --progress -W -v -r --include="*/" --include="*.jpg" --exclude="*" /home/fignelim/tools/Fignel-tools/export-elements/out/ /home/fignelim/tools/feature_test/out/
#get all images count in dir
find ./feature_test/out/ -type f -name '*.jpg' | wc -l
diff -qr Fignel-tools/export-elements/out/ feature_test/out/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment