mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-11 03:59:53 +02:00
Merge pull request 'Use full path when excluding dirs from rsync' (#5) from mechnich/ttrss-docker-compose:fix-rsync-on-startup into static-dockerhub
Reviewed-on: https://dev.tt-rss.org/tt-rss/ttrss-docker-compose/pulls/5
This commit is contained in:
commit
f53c8c01f1
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