Try upping your ulimit on num files from 1024 to 8192 or higher. To do this for duplicity, run like so: $ ulimit -n 8192 $ duplicity ... To set this system wide see: https://www.google.com/search?q=linux+increase+number+of+open+files&oq=linux+increase+num&aqs=chrome.0.0j69i57j0l4.12567j0j7&sourceid=chrome&ie=UTF-8 On Tue, Mar 6, 2018 at 9:06 PM, Miles