Jump to content

pc mac backup?


chronik

Recommended Posts

I have a network at the office which i need to setup to auto backup a certain folder or driver every day to the server pc ... ok now all the computers are macs with the exception of the server computer being a pc .. is there such a software avalable? the network is already connected and working i just need it to check a folder and back it up on the master pc server .. is there a software out there that makes this possible? thanks :o

Link to comment
Share on other sites


Since the mac's are based on unix you can set up a CRON job every day on them. Just simply make a script to do the following

#!/bin/bash

tar cvjf /Disk/Mount/backup.tar.gz /System /Home /etc

Then it would compress and back up the /system /Home /etc folder to the file which would then be saved to a mounted Windows share (assuming /Disk/Mount/ is where the windows share is mounted on the macs)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...