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.
1 parent 04f051b commit 90ac08aCopy full SHA for 90ac08a
deploy-config.orig.php
@@ -77,6 +77,15 @@
77
/* RSYNC_FLAGS:
78
* Custom flags to run rsync with
79
* Default: '-rltgoDzvO'
80
+ * -r recursive
81
+ * -l recreate symlinks at destination
82
+ * -t tranfer modification time
83
+ * -g preserve group ownership
84
+ * -o preserve owner
85
+ * -D transfer special files
86
+ * -z compress files during transfer
87
+ * -v verbose
88
+ * -O omit directories when preserving modification times
89
* Do not change them if not necessary
90
* Example: '-rltDzvO' (don't changes owner:group of copied files,
91
* useful for vhosts than require separate group for document_root to be accessible by webserver)
0 commit comments