From 13db744c64b12adeb4120684f0e9c62eba4b58e9 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 19 Mar 2025 20:48:43 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index afcdb85..8d09cca 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,22 @@ Options: -r : updates or adds file or directory in already existing .tar file -p : with permissions and ownership ``` +## RSYNC + + rsync [options] source [destination] + +se c'è l'accesso con ssh si può sincronizzare su altri server + + rsync local_file_path user@remote-host:remote_file_path + rsync user@remote-host:remote_file_path local_file_path + + +Options: +``` +-r : recursive +-a : archive +-z : compresses reduce transfer time +-P : display progress +-v : Displays verbose information +-p : with permissions and ownership +``` \ No newline at end of file