| Author |
remote backup server
|
|
| nathan@brandtsecurity.ca 2006-09-27, 1:14 pm |
| Hi
I would like to make a remote make up server for my brothers business
and also my Father inlaws business to. I am using fedora 5 as my
desktop for a bit know and i want to try my hand at servers. would
anyone be will to wake though this project with me.
thanks
| |
|
| nathan@brandtsecurity.ca wrote:
> Hi
>
> I would like to make a remote make up server for my brothers business
> and also my Father inlaws business to. I am using fedora 5 as my
> desktop for a bit know and i want to try my hand at servers. would
> anyone be will to wake though this project with me.
>
> thanks
>
What platform is the server you want to back up, and what platform will
the backup server be?
| |
| nathan@brandtsecurity.ca 2006-10-03, 7:17 pm |
|
> What platform is the server you want to back up, and what platform will
> the backup server be?
I was Think samba,vpn,arkeia if this was what you are asking?
| |
|
| nathan@brandtsecurity.ca wrote:
>
>
> I was Think samba,vpn,arkeia if this was what you are asking?
>
Well for Linux servers, I use rsync. It comes with Linux so you should
not have to install anything special. The options I use are:
rsync -avz --delete /destination_folder /source_folder
You'll probably want to create a shell script to run as a cron job, if
you want your backups to take place after hours.
| |
| nathan@brandtsecurity.ca 2006-10-10, 7:14 pm |
| Can I backup remote from windows computers with rsync???
If so how would I do so?
Alex wrote:
> nathan@brandtsecurity.ca wrote:
> Well for Linux servers, I use rsync. It comes with Linux so you should
> not have to install anything special. The options I use are:
>
> rsync -avz --delete /destination_folder /source_folder
>
> You'll probably want to create a shell script to run as a cron job, if
> you want your backups to take place after hours.
|
|
|
|