Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Shake 'n' Bake

macrumors 68020
Original poster
Mar 2, 2009
2,186
2
Albany
I've got two HDDs in my PM. I want to make a new folder on the second one, called "Beta." The problem is the menus don't give me that option. I've got a bunch of stuff on Beta so I'd rather not do a reformat. This PM also acts as a server, so I'd prefer not to restart.

I tried to move a folder to Beta from the desktop and I got a message saying that Beta cannot be modified. Cancel or authenticate.

And once I do get this folder there without trouble, how can I have it backup another folder automatically?

Thanks.
 

Attachments

  • Picture 1.png
    Picture 1.png
    11.2 KB · Views: 294
  • Picture 2.png
    Picture 2.png
    35.8 KB · Views: 68
Make sure you have write permissions on the drive.

I don't which is weird because this account is admin. I fixed that.

Does anyone know how I can automatically backup a folder (just a single folder) automatically, say every hour or so in a TM fashion, i.e. backup only what was changed?

Thanks.
 
Thanks, but SilverKeeper doesn't do what I want and I don't want to pay any money.

I've got Tiger 10.4.11. Maybe an Automator thing could something similar...

Maybe set up a cron job to do what you want (from terminal)?

crontab -e

and add a line like:
0 * * * * cp -ur /folder/to/copy /backup/folder/location

Should back up the folder at zero minutes past every hour.
 
and add a line like:
0 * * * * cp -ur /folder/to/copy /backup/folder/location

What do the u and r arguments do? I don't see them listed in the man page.

@OP
An alternative to the above is the rsync command that is common for backups. It could be used in a cron job like described by jzuena.

Code:
rsync -a /folder/to/copy /backup/folder/location
 
I solved the backup problem with an Automator app that gets the contents of the iTunes Music folder and copies that to Beta. I then used iCal to tell it to run each day at 10 PM. I also put it in ~/Library/Scripts so I can backup when ever I like with the AppleScript menubar item.
 
Thanks for the crontab stuff, but I'd rather have something with a GUI for now. I might try that once I've proven my backup system.

Thanks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.