Tagged Questions

OS X software that backups up your drive to an Apple Time Capsule or other hard drive.

learn more… | top users | synonyms

3
votes
2answers
388 views

Integrating Eclipse's local history with Time Machine (Mac)

Eclipse has the very nifty "Compare with Local History" feature which lets you compare all files in the workspace against previous revisions. This is very useful to recover older versions even when ...
2
votes
2answers
112 views

Apartment Fire- Time Machine did not back up XCode projects?

My apartment burned down a few days ago and my beloved MacBook Pro was one of the many electronic casualties. While I of course back up (using Time Machine) and my backup drive managed to survive, ...
1
vote
0answers
96 views

Is it possible to rename a sparsebundle volume label without mounting/renaming/unmounting/mounting?

I know that the following will work: hdiutil attach old.sparsebundle -mountroot . diskutil rename old_label new_label hdiutil detach old_label hdiutil attach old.sparsebundle -mountroot . This ...
1
vote
4answers
1k views

Time Machine API / Command-line scripts?

I need the reference, if it exists, to Time Machine's API or simply some commands that can change the disk in use with Time Machine and back! I'd like the script I'm going to write to do the ...
1
vote
3answers
560 views

Using Time Machine for test environment rollback for Mac platform

When I'm testing software I'm going to deploy or running through tests in the Windows world, I'll use VMWare images so that I can start from a fresh, known state at the beginning of each test. This ...
1
vote
1answer
572 views

Offsite backup from a timemachine capsule

How can I create a (secondary) backup to a offsite location of a timemachine backup residing on a apple timecapsule? Possible destinations are Amazon S3, Mosso Cloud Files, Generic SSH/SCP servers, ...
0
votes
0answers
24 views

Time Machine, ZFS and deduplication [migrated]

I'm currently exporting a ZFS partition with dedup=on using Ubuntu and netatalk. However, time machine (OSX) insists on creating a sparsebundle on it, and it made me start wondering if this would have ...
0
votes
2answers
55 views

Getting code files from Mac OS X Lion Time Machine

I'm new to working on a Mac and have had Time Machine backing up to an external HDD since I started using my MBP recently. Today I wanted to get the code from a previous version of a file and managed ...
0
votes
2answers
213 views

Call stack time machine in Visual Studio 2010

I know the title is a bit ambitious, but I am wondering if there is a way, after displaying a previous state in the call stack window (Visual Studio 2010) when debugging a C# program, to restart (like ...
0
votes
2answers
111 views

How can you tell how many hardlinks a directory has in OSX from terminal?

How can you tell how many hardlinks a directory has in OSX from terminal? In OSX you can make hardlinks to directories. This is how Time Machine works. I would like to know which directories have ...
0
votes
0answers
144 views

TimeMachine Backup and MAMP

Tuesday 18:30 I made a wrong thing on my MAMP folder and Wednesday morning I was detecting it. I run MAMP on my Mac with TimeMachine. I thinked that I just have to restore the mysql folder from ...
0
votes
2answers
248 views

Time Machine for Business Intelligence (PHP/MySQL)

Currently I am developing a time machine for a open-source Business Intelligence software from scratch using PHP/MySQL. My time-machine table is used by all other tables that need date info (such as ...