ccddtt wrote: >I had some rrd files more than 300M,need bakup to remote server every day. >I use VPN access the remote server,the link is very slow. >who can tell me how to incremental backup the rrd file ? > >i think maybe like this:i can back that day rrd data(not need other >day),and put to remote server,and iput the bak data to rrd file.
rsync is the first tool that comes to mind. Alternatively, you could consider using rrdcached and write the data to a second RRD file on the remote system. -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
