Frank Lüken wrote: > Hi! > > Can i config dirvish that way, that i can initialize the backup from > the client-pc? > > Still i use a Dirvish backup server which connect to some client pc's > and start the backup process. But in my network are notebooks too and > these notebooks have a dynamic ip and name. So i want to configure > dirvish at each notebook and than the users should be able to run the > backup by themselves. Can i do this and if yes, how must i configure > dirvish?
You can do it by writing a shell script that you invoke on the server from the client via ssh. The shell script should run dirvish on the appropriate vault. This means your client machines have login access to your server to invoke a root process. That can cause security problems unless done very carefully. I don't believe dirvish offers the facility directly, for that reason. Cheers, Dave _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
