Questions tagged [timemachine]

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

53 questions
1
vote
2 answers

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 when hitting "Continue"/F5) from there. This…
Erwin Mayer
  • 18,076
  • 9
  • 88
  • 126
1
vote
1 answer

fruit_pwrite_meta_netatalk: ad_pwrite failed - Time Machine backup over SMB

I'm trying to use SMB for Time Machine backups. I'm currently using macOS 10.15.5, Samba 4.11.6-Ubuntu and Ubuntu 20.04 LTS. This is my conf: [timemachine] comment = Time Machine path = /mnt/HD/Backup/timemachine browseable = yes …
mirobertod
  • 360
  • 2
  • 12
1
vote
0 answers

recover a mysql-db from time-machine on a mac

Somehow the database on my local mac (for testing purposes) got corrupted. So I just took the time-machine backup I had and restored the entire «var»-folder with all the databases, tables and logfiles in it. But now mysql is acting up and throwing…
Swissdude
  • 3,486
  • 3
  • 35
  • 68
1
vote
0 answers

Netatalk on arch linux gives error --enable-fhs common not found

I am trying to install Netatalk on my arch linux arm running on my raspberrypi 3. While executing makepkg it displays following error: --enable-fhs common not found I was following the instructions on this forum question…
1
vote
2 answers

Shell command to change macOS Time Machine update rate

After seeing mathiasbynens' dotfiles, I've decided that I want to start building a script to configure all my system preferences to my liking. As part of this, I need to decrease the Time Machine update rate (in order to reduce wear levels on my…
user196499
  • 106
  • 1
  • 6
1
vote
1 answer

Time machine concept in SonarQube

I am using SonarQube version 5.6 and it is having the feature to "COMPARE". But I am unable to find the Time Machine option in this version. In older version like 5.1, Time machine option is available. Is there any way to achieve the same in…
Rajeswari
  • 71
  • 2
  • 11
1
vote
1 answer

Apache Homebrew does not start on MacOS: No Path for Address

I'm having an issue with Homebrew Apache after using TimeMachine to transfer my system to another computer. When I terminal "sudo apachectl start" I get this notification in the system.log: httpd[4212]: no path for address 0x10ed15000 When I…
Andrew Jolie
  • 11
  • 1
  • 3
1
vote
1 answer

Is it possible to freeze a version in SonarQube's time machine?

Is it possible to freeze a version in SonarQube's time machine and make this snapshot always visible in the history chart? For example I have tagged a version in Git as v1.0 and I want this to be always in the chart so I can compare it with the…
highlander
  • 41
  • 1
  • 5
1
vote
2 answers

"no such file or directory" with perl system calls

I am trying to run a Perl script that reads in filenames from stdin and calls du using a system command. When I run the du command on the commandline it works fine but when du is called in the perl script using system() I get "No such file or…
user3626141
1
vote
1 answer

Sonarqube Time machine api: Reading past measures on a class-specific level

I need to read the metrics (violations, nloc) of specific classes using the time machine web api in order to calculate the most important violations. I already read that it is not possible to retrieve this information, because Sonar does not want…
andreas
  • 31
  • 1
1
vote
0 answers

[NSDocument _doCleanupOldVersions]_block_invoke blocks the main thread

I found that my app waits for a long time on the main thread while the stack is as follows: semaphore_wait_trap () _dispatch_semaphore_wait_slow () GSSystemManagedStorageCopyAllGenerationsInfos () GSLibraryCopyAllGenerationsInfos…
Yoav
  • 5,962
  • 5
  • 39
  • 61
1
vote
1 answer

Applescript to trigger Time Machine in Mac OS X 10.9 Mavericks

I've used the following bit of Applescript for years to trigger Time Machine from within an Applescript. It no longer seems to work in Mac OS X 10.9 Mavericks. Anyone know of a solution or alternative. This script runs and does not throw any error…
1
vote
2 answers

Cleaning up a sparsebundle with a script

I'm using time machine to backup some servers to a sparse disk image bundle and I'd like to have a script to clean up the old back ups and re-size the image once space has been freed up. I'm fairly certain the data is protected because if I delete…
nickg
  • 137
  • 1
  • 2
  • 12
1
vote
1 answer

Can't find Python modules after Time Machine restore

Recently, I performed a clean install of OS X Mountain Lion and restored my system from a Time Machine backup. When I tried to use python, it was unable to find most of the modules that I had installed before I wiped my OS. It also appears that the…
1
vote
3 answers

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 has worked really well so that I can install…
itsmatt
  • 31,265
  • 10
  • 100
  • 164