Last active
September 8, 2023 01:05
-
-
Save santaklouse/112332a764ef2f46c7c5dd5edcc51af0 to your computer and use it in GitHub Desktop.
copy missed files with rsync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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