daveallie / entangler

Two way file syncer using platform native notify
MIT License
8 stars 6 forks source link

rsync: Argument list too long #1

Closed daveallie closed 7 years ago

daveallie commented 7 years ago

When starting entangler, the rsync excludes are manually generated and executed as arguments. If there are too many files/folders rsync crashes with sh: /usr/bin/rsync: Argument list too long.

Potentially use the –exclude-from option with a temp file instead.