Changes

Jump to navigation Jump to search
188 bytes added ,  15:04, 3 September 2018
Line 37: Line 37:  
== with password and port settings ==
 
== with password and port settings ==
 
  rsync -av –delete -e 'ssh -p 12345' /Origen/ user@192.168.235.137:/Destino/
 
  rsync -av –delete -e 'ssh -p 12345' /Origen/ user@192.168.235.137:/Destino/
 +
 +
== 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$│

Navigation menu