Changes

Jump to navigation Jump to search
128 bytes added ,  18:30, 30 September 2018
Line 40: Line 40:  
== Changing permissions and ownership ==
 
== Changing permissions and ownership ==
 
  pgrep -f "rsync -avz --chown=turing:www-data --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r --log-file=${LOG_FILE}" > /dev/null || rsync -avz --chown=tur$│
 
  pgrep -f "rsync -avz --chown=turing:www-data --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r --log-file=${LOG_FILE}" > /dev/null || rsync -avz --chown=tur$│
 +
== Remove source files after succesfull transfer ==
 +
rsync --remove-source-files -azv /path/to/Download/*.avi laptop:~/Download

Navigation menu