Skip to content

Commit 90ac08a

Browse files
authored
Update deploy-config.orig.php
1 parent 04f051b commit 90ac08a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy-config.orig.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
/* RSYNC_FLAGS:
7878
* Custom flags to run rsync with
7979
* 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
8089
* Do not change them if not necessary
8190
* Example: '-rltDzvO' (don't changes owner:group of copied files,
8291
* useful for vhosts than require separate group for document_root to be accessible by webserver)

0 commit comments

Comments
 (0)