Introduce Argeo Sync
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 12 Mar 2019 15:46:03 +0000 (16:46 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 12 Mar 2019 15:46:03 +0000 (16:46 +0100)
commit98cb11c643f2f4de160061e64cc93df120130f8d
treef6b310ed42219cf39364b3194f7669d8c5280077
parentdf4cfa770a23bdd458a0fcf54e69e97156ea3591
Introduce Argeo Sync
18 files changed:
org.argeo.cms/src/org/argeo/cms/cmd/Sync.java [deleted file]
org.argeo.cms/src/org/argeo/cms/cmd/SyncFileVisitor.java [deleted file]
org.argeo.maintenance/src/org/argeo/maintenance/backup/SshSync.java [deleted file]
org.argeo.sync/.classpath [new file with mode: 0644]
org.argeo.sync/.gitignore [new file with mode: 0644]
org.argeo.sync/.project [new file with mode: 0644]
org.argeo.sync/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.argeo.sync/META-INF/.gitignore [new file with mode: 0644]
org.argeo.sync/bnd.bnd [new file with mode: 0644]
org.argeo.sync/build.properties [new file with mode: 0644]
org.argeo.sync/lib/.gitignore [new file with mode: 0644]
org.argeo.sync/pom.xml [new file with mode: 0644]
org.argeo.sync/src/org/argeo/sync/SyncException.java [new file with mode: 0644]
org.argeo.sync/src/org/argeo/sync/cli/Sync.java [new file with mode: 0644]
org.argeo.sync/src/org/argeo/sync/fs/PathSync.java [new file with mode: 0644]
org.argeo.sync/src/org/argeo/sync/fs/SshSync.java [new file with mode: 0644]
org.argeo.sync/src/org/argeo/sync/fs/SyncFileVisitor.java [new file with mode: 0644]
pom.xml