当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: Introduction: Continuing with m
 

 

    摘要:dim objtextbox as new textbox for each maincontrol as control in page.controls for each objcontrol as control in maincontrol.controls if objcontrol.gettype.tostring = "system.web.ui.webcontrols......
 ·与大虾对话: 领悟设计模式     »显示摘要«
    摘要:[译者按] 本文根据发表在cuj expert forum上的两篇文章编译而成。c/c++ user´s journal是目前最出色的c/c++语言专业杂志,特别是在c++ report闭刊之后,cuj的地位更加突出。cuj expert forum是cuj主办的网上技术专栏,汇集2000年10月以来c++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个c/c++学习者不可......


HOWTO: Automate remote backups using rdiff-backup and perl

introduction:

what is it? rdiff-backup backs up one directory to another, possibly over a network. the target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. the idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, and modification times. also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. finally, rdiff-backup is easy to use and settings have sensical defaults.

rdiff-backup, as you read, uses the rsync library, so why am i not using rsync it´s self? well, i couldn´t be bothered configuring it, as i just wanted to run one command that handled everything, including incremental backups, so let´s begin. 【程序编程相关:php5中类的一些新的特征

continuing with my backup articles (part two of my amanda series coming soon...), i thought i would tell you about how i do my remote backups. the program i use is rdiff-backup, with a perl script to sort out e-mail notification and logfile generation. i will take you through my script and show you how to enable ssh passwordless access using public and private keys, so no interaction is required for full automated backups. 【推荐阅读:[水晶报表]分组时控制每页显示的组数目

planning:


...   下一页
 ·tomcat 中 /servlet url 映射    »显示摘要«
    摘要:本文源自http://blog.csdn.net/step123/archive/2004/08/16/servlet1.aspx 身陷tomcat4与tomcat5中servlet调用器的迷魂阵 作为tomcat新手,我为这个问题困惑了很长时间,书上写得太简单,没涉及到;曾在csdn上发贴,但没能到想要的答案。昨突受启发,经上机试验,才彻底解决心中的疑问。真的很简单,现发出来,供ser......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE