Re: Carbon Copy question

2014-07-29 Thread isaac . hebert
Have you thought about doing a time machine backup?

> On Jul 29, 2014, at 12:43 PM, Bill Holton  wrote:
> 
> Hi.
> I have a 1tb  drive, and I want o backup my two 500g Mac Mini drives.  I also 
> want to clone the OS drive.  I think there is a way to copy the second drive 
> onto the same backup drive as a disk image so that if I boot from my USB 
> drive, that second drive will also be available from my USB drive.  Hoping to 
> take my entire machine to a friend's with a mac and boot my stuff there.  
> Does anyone have details or suggestions?
> Thanks.
> Bill
>  
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com.
> To post to this group, send email to macvisionaries@googlegroups.com.
> Visit this group at http://groups.google.com/group/macvisionaries.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Carbon Copy question

2014-07-29 Thread Bill Holton
Hi.

I have a 1tb  drive, and I want o backup my two 500g Mac Mini drives.  I
also want to clone the OS drive.  I think there is a way to copy the second
drive onto the same backup drive as a disk image so that if I boot from my
USB drive, that second drive will also be available from my USB drive.
Hoping to take my entire machine to a friend's with a mac and boot my stuff
there.  Does anyone have details or suggestions?

Thanks.

Bill

 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.


Re: copy question

2010-10-20 Thread Jonathan Cohn
Take a look at this script.  The main portion of the script is in the
"ProcessFiles" action.

This script is meant to be a "Folder Action".  It looks at all files
moved to the folder, and if they are images, it will create a copy of
the image as a TIFF file in a  selected folder. I might be
interpreting slightly off, but this should give you a good start on
your issue.

/Library/Scripts/Folder\ Action\ Scripts/Image\ -\ Duplicate\ as\ TIFF.scpt

Best wishes,

Jon


On 17/10/2010, William Windels  wrote:
> Hi all,
>
> I would like to make a little copy script that sync all data on specific
> locations.
> I mean: I have scool materials that are stored by default on my usbdisc and
> a backup on my harddrive.
> There is also a copy in my dropbox-folder and a external person is also
> working on materials.
>
> So, It's not that easy to sync all this data since mac simply overwrites a
> folder with the other folder with the same name.
> In windows, windows overwrites files individually and adds newer files from
> the source folder into the target folder if they don't exist over there.
>
> This is a difficult situation.
>
> On linux systems, you have the u option in the cp command that only copies
> files that are newer then the original files.
> This should solve my problem but:
>
> The cp command is a unix-command on the mac and not a gnu/linux command so,
> it is missing this feature.
>
> My question:
>
> Is there a simple way to bring all the newest files from different locations
> toghetter in one location?
>
> Thx for your answer.
>
> Best regards,
> William
>
> --
> You received this message because you are subscribed to the Google Groups
> "MacVisionaries" group.
> To post to this group, send email to macvisionar...@googlegroups.com.
> To unsubscribe from this group, send email to
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/macvisionaries?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionar...@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



copy question

2010-10-17 Thread William Windels
Hi all,

I would like to make a little copy script that sync all data on specific 
locations.
I mean: I have scool materials that are stored by default on my usbdisc and a 
backup on my harddrive.
There is also a copy in my dropbox-folder and a external person is also working 
on materials.

So, It's not that easy to sync all this data since mac simply overwrites a 
folder with the other folder with the same name.
In windows, windows overwrites files individually and adds newer files from the 
source folder into the target folder if they don't exist over there.

This is a difficult situation.

On linux systems, you have the u option in the cp command that only copies 
files that are newer then the original files.
This should solve my problem but:

The cp command is a unix-command on the mac and not a gnu/linux command so, it 
is missing this feature.

My question:

Is there a simple way to bring all the newest files from different locations 
toghetter in one location?

Thx for your answer.

Best regards,
William 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionar...@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.