I'm looking for some OS X Lion software that can periodically backup certain folders.

I can't use Time Machine because the storage disk is NTFS and I'm using Paragon to r/w on it.

link|improve this question

Just don't. You want your backups to actually work, don't you? Also, NTFS does not support directory hard links, a concept quite fundamental to how Time Machine backups are stored. – Daniel Beck Sep 24 '11 at 16:29
1  
@Daniel: NTFS does, however, support file hard links, and it is possible to link each file separately to conserve space in a similar way. (rsnapshot does that on Unixes.) – grawity Sep 24 '11 at 17:54
1  
@DanielBeck: You need to stop while you are ahead. . .msdn.microsoft.com/en-us/library/windows/desktop/…. Keep in mind NTFS was created to complete with UNIX, so it is POSIX compliant. – surfasb Sep 24 '11 at 21:31
1  
Access denied is because, just like in OSX, you need admin privs. No need to answer the API question because you never bothered to read the link, which answers your question. – surfasb Sep 25 '11 at 10:17
1  
@surfasb: Daniel commented on directory hard links, which neither Windows nor POSIX allow. (Windows junctions are more like symlinks. Linux could support it, but no one's implemented it yet.) Mac OS X 10.5 is the only one that allows hardlinking directories from user-space, and the feature has been added specifically for Time Machine. – grawity Sep 25 '11 at 23:31
show 11 more comments
feedback

1 Answer

up vote 0 down vote accepted

If you're not looking for any fancy features that NTFS does not have, I'd basically go with Carbon Copy Cloner, which is free.

Its features include:

  • Incremental backup of files and folders to external hard drives, network or disk images
  • Scheduled backups (hourly, weekly, etc.)

Given a proper NTFS driver, it should work with NTFS drives.

As Lukasa pointed out, adding a cron job that runs rsync on a regular basis would also do the trick, albeit with a less user-friendly approach due to lacking GUI.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.