Changes

Jump to navigation Jump to search
2 bytes added ,  07:13, 31 January 2018
Line 32: Line 32:  
== Remote backups ==
 
== Remote backups ==
 
  rsync -av –delete -e ssh /Origen/ user@192.168.11.21:/Destino/
 
  rsync -av –delete -e ssh /Origen/ user@192.168.11.21:/Destino/
or 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/

Navigation menu