excludes wp-config.php from remote to local syncing
This commit is contained in:
@@ -29,6 +29,7 @@ fi
|
|||||||
rsync \
|
rsync \
|
||||||
--archive \
|
--archive \
|
||||||
--delete \
|
--delete \
|
||||||
|
--exclude '/wp-config.php' \
|
||||||
--exclude-from='exclude-list' \
|
--exclude-from='exclude-list' \
|
||||||
--human-readable \
|
--human-readable \
|
||||||
--progress \
|
--progress \
|
||||||
|
|||||||
Reference in New Issue
Block a user