Re: [BackupPC-users] security & web server questions

2013-06-30 Thread Grant
On Linux, how is communication between the clients and the backup server achieved as far as security? Does the backup server pull or do the clients push and as which user? >>> >>> This depends on the transfer method: >>> - tar and rsync tunnel their data over ssh -> secure. >> >> I

Re: [BackupPC-users] security & web server questions

2013-06-30 Thread Arnold Krille
On Sun, 30 Jun 2013 10:24:22 -0700 Grant wrote: > >> On Linux, how is communication between the clients and the backup > >> server achieved as far as security? Does the backup server pull > >> or do the clients push and as which user? > > > > This depends on the transfer method: > > - tar and rs

Re: [BackupPC-users] security & web server questions

2013-06-30 Thread Les Mikesell
On Sun, Jun 30, 2013 at 12:24 PM, Grant wrote: >>> On Linux, how is communication between the clients and the backup >>> server achieved as far as security? Does the backup server pull or do >>> the clients push and as which user? >> >> This depends on the transfer method: >> - tar and rsync tun

Re: [BackupPC-users] security & web server questions

2013-06-30 Thread Grant
>> On Linux, how is communication between the clients and the backup >> server achieved as far as security? Does the backup server pull or do >> the clients push and as which user? > > This depends on the transfer method: > - tar and rsync tunnel their data over ssh -> secure. I would use this.

Re: [BackupPC-users] security & web server questions

2013-06-30 Thread Arnold Krille
On Sun, 30 Jun 2013 01:17:04 -0700 Grant wrote: > On Linux, how is communication between the clients and the backup > server achieved as far as security? Does the backup server pull or do > the clients push and as which user? This depends on the transfer method: - tar and rsync tunnel their dat

[BackupPC-users] security & web server questions

2013-06-30 Thread Grant
On Linux, how is communication between the clients and the backup server achieved as far as security? Does the backup server pull or do the clients push and as which user? Can the web server reside on a different system than the backup server? - Grant ---