Facebook   Twitter    e-mail newsletter    YouTube    RSS Feed    Android App    iPhone and iPad App     BlackBerry App    


Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17

Thread: Creating an offsite Backup server

  1. #1

    Default Creating an offsite Backup server

    i want to make a backup server at my office.

    at the moment i have two sites and everyone backups to the server at that allocated site. i would now like to have a central backup solution and have that back up the servers/ users, how can i get them to do an internet backup?

    will i need specific software?

  2. #2

    Default

    Not sure exactly what your asking? If what you want is just having a server backed up to the internet. That fairly simple with something like rsync.

    If you want things on the users pc's doing the backups you could also look at dropbox.

  3. #3

    Default

    Please elaborate but from what I understand you should be able to "sync" your backup server data to a central location like Dropbox or Google drive for both sites without much effort using a automated task or cronjob.

  4. #4

    Default

    I like the free Comodo backup, which can be set to create remote or network backups (or both)

    It can also backup to the cloud (if you have an account with them or a variety of others)

  5. #5

    Default

    i want to backup important stuff, like email, and documents to a dedicated backup server over the internet.

    this is the layout:

    the server hosts all the files, it is mapped to the users.
    i need to run a back up of each users .pst file to the server.
    i would like to do a daily back up of the server to my offsite dedicated backup server
    the back up will do incremental backups and sync the modified files

    Restore Dc does all of that but how do i send it over the internet to my dedicated backup server.

    i understand i need to assign a static ip and use dyndns to have it available at all times

    dropbox and the likes wont work as it has to be done manually and they don't have enough space.

    i will look at rsync and comodo.

  6. #6

    Default

    This could turn into quite an expensive implementation, especially on bandwidth. It would also mean exposing a server sharing user’s data to the internet, so you'd have to make sure your security is tight, I wouldn't recommend hosting it on Windows. Additionally, think about speed of the connection, copying several gigs of .pst files over a 4meg might take longer than you'd expect it to, especially if the target server is hosted on a 4meg somewhere else.

    That said, rsync is awesome, I use it every day and it is rock solid.

    Do you have Linux experience?

  7. #7

    Default

    Quote Originally Posted by SirMCDeats View Post
    This could turn into quite an expensive implementation, especially on bandwidth. It would also mean exposing a server sharing user’s data to the internet, so you'd have to make sure your security is tight, I wouldn't recommend hosting it on Windows. Additionally, think about speed of the connection, copying several gigs of .pst files over a 4meg might take longer than you'd expect it to, especially if the target server is hosted on a 4meg somewhere else.

    That said, rsync is awesome, I use it every day and it is rock solid.

    Do you have Linux experience?
    rsync makes me want a Windows version as well. Do you have any experience with the Cygwin port of this, and if so does it work just as well?

  8. #8

    Default

    Quote Originally Posted by garyc View Post
    rsync makes me want a Windows version as well. Do you have any experience with the Cygwin port of this, and if so does it work just as well?
    I have used it once or twice for small transfers and it works fine. The thing about rsync is that it works really well when bundled with cron and I'm unsure about whether the windows task scheduler is as powerful?

  9. #9
    Karmic Sangoma ghoti's Avatar
    Join Date
    Jan 2005
    Location
    Hotel California
    Posts
    33,958
    Blog Entries
    9

    Default

    I use "insert back software of choice here" to backup to a local server, then I rsync to backup the local server to an offsite backup server.
    I believe Ayn Rand's first love poem went: Roses are red, violets are blue, finish this poem yourself you dependent parasite".
    Colbert

  10. #10

  11. #11

    Default

    Quote Originally Posted by SirMCDeats View Post
    I have used it once or twice for small transfers and it works fine. The thing about rsync is that it works really well when bundled with cron and I'm unsure about whether the windows task scheduler is as powerful?
    I use the Delta Copy version. I set the schedule in the client (I assume it just uses the Win 7 scheduler) very successfully to both windows rsync server (Delta Server) and to Linux / and HP-UX rsync servers.

  12. #12

    Default

    Quote Originally Posted by Bernie View Post
    I use the Delta Copy version. I set the schedule in the client (I assume it just uses the Win 7 scheduler) very successfully to both windows rsync server (Delta Server) and to Linux / and HP-UX rsync servers.
    That looks good! Side-note, it does seem to use the windows task scheduler

  13. #13

    Default

    Quote Originally Posted by SirMCDeats View Post
    This could turn into quite an expensive implementation, especially on bandwidth. It would also mean exposing a server sharing user’s data to the internet, so you'd have to make sure your security is tight, I wouldn't recommend hosting it on Windows. Additionally, think about speed of the connection, copying several gigs of .pst files over a 4meg might take longer than you'd expect it to, especially if the target server is hosted on a 4meg somewhere else.

    That said, rsync is awesome, I use it every day and it is rock solid.

    Do you have Linux experience?
    Are you using DSL? Remember the A stands for Asynchronous,ie upload speeds from your server into the cloud/net are much slower than downloads. Work on 150 kbits/s upload speed max in the real world. You know your dataset size, so it's an easy calc, allowing for acks and parity checks. Maybe you need a good dedup package to cut down data size when pushing to the cloud.

  14. #14

    Default

    Install Filezilla Server on remote site generate SSL/TLS Certificate for security
    Install "Cobian Backup" on machines needing backups
    Utilise Cobian Built-in remote backup facilities to push to remote server.

    Alternatively -- Paid for solution(s)
    Acronis Backup
    Attix 5

  15. #15
    Karmic Sangoma ghoti's Avatar
    Join Date
    Jan 2005
    Location
    Hotel California
    Posts
    33,958
    Blog Entries
    9

    Default

    A cheap option is SpiderOak btw
    I believe Ayn Rand's first love poem went: Roses are red, violets are blue, finish this poem yourself you dependent parasite".
    Colbert

Page 1 of 2 1 2 LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •