rsync -avz -e 'ssh -i id_rsa' from/* server:~/to/for just printing, not executing, of what it will do
-avzn
notes
- works with local folders as well
- auto create folder for you, no need mkdir
rsync -avz -e 'ssh -i id_rsa' from/* server:~/to/for just printing, not executing, of what it will do
-avzn
find * -mtime 0 -printf "%p " | awk '{print "scp -i sshid "$0" user@hostname:/path"}' | sh
find * -mtime -13 -printf "%p " | awk '{print "cp -p "$0" ~/folder "}' | sh
DirectShowSource("c:\locationto\video.mov")
munmap_chunk(): invalid pointerthe problem was that i was trying to set a minus array id.
valgrind --leak-check=full --memcheck:leak-check=full --show-reachable=yes -v ./programName