User Tools

Site Tools


Sidebar






newpage

linux:backup:duplicity

duplicity

program for incremental backups tp FTP and scp servers written in python. often used for backups of (root) servers to FTP spaces in the datacentre.

….

..


Bug-Fixes

restore error 'too many open files'

increase open file limits in /etc/security/limits.conf add:

root            soft    nofile            4096
root            hard    nofile            8192

re-login and check:

ulimit -Hn
ulimit -Sn

http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/

linux/backup/duplicity.txt · Last modified: 2013/05/05 14:44 by tkilla