Added --delete option

This commit is contained in:
Dimitris Zlatanidis 2024-03-13 23:45:22 +02:00
parent 6f6e29c40d
commit c7c5d81b60

View file

@ -109,7 +109,7 @@ LFTP_GET_OPTIONS = "-c get -e"
# Lftp mirror options are used to synchronize with the SBo and Ponce repositories
# or for the local repositories.
LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer"
LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer --delete"
# Addition extra option for lftp command to exclude some not useful files
# from SBo and ponce repositories.
LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*.tar.gz*'"