From f0326c2f4815e426805ade487fdcf8960886af4f Mon Sep 17 00:00:00 2001 From: Shalaka Harne Date: Tue, 11 Mar 2025 18:59:28 +0530 Subject: [PATCH] Created new branch. --- articles/copy-file-with-rsync.asm.xml | 211 ++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 articles/copy-file-with-rsync.asm.xml diff --git a/articles/copy-file-with-rsync.asm.xml b/articles/copy-file-with-rsync.asm.xml new file mode 100644 index 00000000..d31c9aba --- /dev/null +++ b/articles/copy-file-with-rsync.asm.xml @@ -0,0 +1,211 @@ + + + + + %entities; +]> + + + + + + + + + + Glue example + + + Glue for more information + + + Glue what's next + + +--> + + + + + Copying files using rsync + + + Copying files and directories using rsync locally + + + Copying files and directories using rsync remotely + + + Use rsync to copy files and directories. + + + Use rsync to update and delete files and directories. + + + The steps to follow if rsync fails to copy files or directories + + + + + + + + + Use rsync to copy files and directories. + + + + + + + + + + Legal Notice + + + GNU Free Documentation License + + + + + + Copying Files and Directories with rsync + + + + 2025-02-18 + + + Initial version + + + + + + + + + + + + + + &sles; + + How to Copy Files and Directories Using rsync + An overview of copying files and directories locally and remotely using rsync + Copy files and directories with rsync + + + + + https://bugzilla.suse.com/enter_bug.cgi + Smart Docs + SUSE Linux Enterprise Server 16.0 + shalaka.harne@suse.com + + yes + + + + + WHAT? + + + You can use the rsync tool to copy files locally or remotely. rsync is unidirectional and can copy files only in one direction. + + + + + WHY? + + + This article provides an overview of the rsync tool and its basic usage for copying files locally and remotely. + + + + + EFFORT + + + It takes up to 20 minutes to understand the basic usage of the rsync tool. + + + + + GOAL + + + Gain a foundational understanding of rsync and how to use it for file transfers. + + + + + REQUIREMENTS + + + Access permissions to the source and destination locations for copying files. + + + + + + + + + + + + + + + + + + + + + + + + + +