Changes

Jump to navigation Jump to search
20 bytes added ,  21:53, 18 March 2020
m
Line 53: Line 53:  
  rsync --remove-source-files -azv /path/to/Download/*.avi laptop:~/Download
 
  rsync --remove-source-files -azv /path/to/Download/*.avi laptop:~/Download
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
find . -name *.mp4 -exec rsync --remove-source-files -azv {} morpheus.lan:/media/video/classification_pending/ \;
+
find . -regex  '.*\(avi\|mp4\|mkv\)$' -exec rsync --remove-source-files -azv {} morpheus.lan:/media/video/classification_pending/ \;  
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Navigation menu