We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 6a67609Copy full SHA for 6a67609
bin/startSync
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+# the '-n' is dry run
4
+rsync -navP rsync://rsync.kde.org/svnmirror/home/kde/ svn/
5
+rsync -navP --exclude=db/current rsync://rsync.kde.org/svnmirror/home/kde/ svn/
6
0 commit comments