summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Rsync
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CopyEngine/Rsync')
-rw-r--r--plugins/CopyEngine/Rsync/README.md6
-rw-r--r--plugins/CopyEngine/Rsync/informations.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/CopyEngine/Rsync/README.md b/plugins/CopyEngine/Rsync/README.md
new file mode 100644
index 0000000..94452a4
--- /dev/null
+++ b/plugins/CopyEngine/Rsync/README.md
@@ -0,0 +1,6 @@
+# Copy Engine: Rsync
+
+This copy engine uses the `rsync` command. It is implemented by compile switches
+in the same code as the default _Ultracopier_ copy engine.
+
+Not same code due to delete part, to prevent error from some user
diff --git a/plugins/CopyEngine/Rsync/informations.xml b/plugins/CopyEngine/Rsync/informations.xml
index 5f1f5ed..990809e 100644
--- a/plugins/CopyEngine/Rsync/informations.xml
+++ b/plugins/CopyEngine/Rsync/informations.xml
@@ -17,7 +17,7 @@
<description xml:lang="en"><![CDATA[Rsync copy engine, variant of the official copy engine to provide simple way to do backups]]></description>
<description xml:lang="fr"><![CDATA[Moteur de copie rsync, variante du moteur de copie officiel pour fournir une maniƩre simple de faire des backups]]></description>
<!-- Version of this release of this plugin, need be like that's: A.B.C.D, where A, B, C and D is number -->
- <version>1.4.0.8</version>
+ <version>1.6.1.3</version>
<!-- This internal name should never change, because it is used to detect when a particular plugin is updated. It must comprise only lower case ASCII characters (a-z), numerical digits (0-9), "-", "." or "_", and it must be be unique within the category. And have size lower than 64 char. -->
<name>Rsync</name>
<!-- Dependency checking. This is used to check when a plugin may not be compatible with an updated version of either Ultracopier or another plugin. This example only checks Ultracopier. -->