mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-11 04:09:52 +02:00
Use full path when excluding dirs from rsync
This commit is contained in:
parent
7baa6b407f
commit
0e109b9f2d
1 changed files with 7 additions and 7 deletions
|
@ -35,13 +35,13 @@ else
|
|||
chown -R $OWNER_UID:$OWNER_GID $DST_DIR
|
||||
|
||||
sudo -u app rsync -a --delete \
|
||||
--exclude cache \
|
||||
--exclude lock \
|
||||
--exclude feed-icons \
|
||||
--exclude plugins/af_comics/filters.local \
|
||||
--exclude plugins.local \
|
||||
--exclude templates.local \
|
||||
--exclude themes.local \
|
||||
--exclude /cache \
|
||||
--exclude /lock \
|
||||
--exclude /feed-icons \
|
||||
--exclude /plugins/af_comics/filters.local \
|
||||
--exclude /plugins.local \
|
||||
--exclude /templates.local \
|
||||
--exclude /themes.local \
|
||||
$SRC_DIR/ $DST_DIR/
|
||||
|
||||
sudo -u app rsync -a --delete \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue