excludes wp-config.php from remote to local syncing

This commit is contained in:
Jean-Christophe Vanhalle
2023-11-24 02:01:03 +01:00
parent a48fa2525f
commit 7c72290ccf

View File

@@ -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 \