问题标签 [timemachine]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Time Machine / Coverflow:IMG 到 DIV
类似苹果的时间机器动画的一个很好的资源是“空间画廊”: http ://www.eyecon.ro/spacegallery
我想在每张图片上放置文字以将图库用作横幅。我认为最好的方法是使用 DIV 并将 IMG 和引用文本放入其中。
可悲的是,它不是通过在 .html 中用“div”标签包围“img”并在 .js 中将“img”更改为“div”来完成的...... :(
您有使用 DIV 甚至更好的解决方案的想法吗?
mysql - 在 Apple 时间机器上备份 MySQL
不确定它是堆栈溢出问题
我有一台 Mac 并Apache MySQL
使用MAMP Pro
. 如果我在时间机器上备份我的数据,MySQL
数据库是否也备份了,还是我必须创建mysqldump
和备份为一个cron job
?如果发生崩溃,我会做一个正常的恢复,以防它可以在时间机器上备份。
谢谢
cocoa - 如果卷是 Time Machine 磁盘,如何检测(适用于 Apple AppStore 提交规则)
我想检测路径(即根文件夹)是否引用 Time Machine 磁盘,我需要一种符合 AppStore 批准规则的方法
该代码必须适用于雪豹及以上
git - 时间机器恢复后 git 已过期
我刚刚使用 Time Machine 将我的 Mac 恢复到 10 天前的状态。然后我将我网站的存储库文件夹更新回 1 天前以继续编码。
当我运行git status
orgitk
时,它显示 10 天前的视图,而不是当前视图,因此它缺少一些最近的提交。我必须更新以获取当前数据的文件夹/文件在哪里?
如果需要澄清,我origin
在 Github 上的提交时间为 6/10、6/7、6/1 和 5/30。我的错误git status
只显示提交 6/1 和 5/30,而其他文件只是在暂存区域中浮动,就好像从未提交过一样。
bash - 使用 bash 将 plist 写入 sparsebundle
我正在尝试编写 Time Machine 备份脚本。一切都在自己工作。sparsebundle 已创建,但 plist 文件未保存到其中。我尝试使用相同的代码并保存在其他地方,它工作得很好。任何想法为什么它不会写入plist?
numpy - Time Machine 恢复后找不到 Python 模块
最近,我执行了 OS X Mountain Lion 的全新安装,并从 Time Machine 备份中恢复了我的系统。当我尝试使用 python 时,它无法找到我在擦除操作系统之前安装的大部分模块。Xcode 命令行工具似乎也不再在系统上。
我重新安装了 Xcode 命令行工具和 pip(使用 easy_install),然后开始重新安装我使用的模块,从 numpy 开始。但是,pip 说它已经安装了:
但是,在 Python 的 CLI 中,它仍然找不到 numpy:
我尝试安装其他一些模块。当我用 pip 安装 ujson 时,一切都很顺利,python 发现它没有问题。但是,当我尝试使用 pip 安装 matplotlib 时,clang 抛出错误并且无法安装。我认为问题可能是 matplotlib 依赖于 numpy,但我不知道。
有关如何解决此问题的任何建议?我应该卸载这个其他版本的 numpy,还是你认为这是一个更深层次的问题?
backup - Samba 时光机
当前运行 osx 10.8.2
将外部网络驱动器连接到运行番茄的 rt-n66u 路由器
我正在尝试使用 tmutil 连接我的外部网络驱动器,但遇到了很多麻烦。
我在 Finder Run 中安装驱动器sudo tmutil setdestination /Volumes/external
,然后得到Incompatible file system type: smbfs (error 45)
有任何想法吗?:(
xcode - 如何扭转 iOS / XCode 项目中损坏的内容?我如何告诉 Xcode,“再试一次,第一次!”?
我一直在 Xcode 中使用 iOS 应用程序,直到大约一个小时前,我一直在稳步改进软件,并且每隔一两个小时进行一次 Time Machine 备份。然后,正如在什么导致这种二次损坏中提到的那样?,我破坏了一些东西,并且在旧的样板代码中据称存在问题。
我以为我会使用 Time Machine 来恢复“最后一次正确”的检查点,但 Time Machine 说我没有权限。所以我手动复制了过去两个左右已知的良好备份,并且 Xcode 在相同的两行样板项目代码中声明了相同的构建错误。
在我看来,Xcode 存储的状态比项目目录本身更多。
有没有办法让 Xcode 忘记它知道语法错误,完全放弃那个状态,并在最后一个或两个检查点开始处理代码?
我很高兴知道如何重置在项目的新旧版本中发现这些语法错误的任何状态。
git - How should I use Subversion and Time Machine on a dual-boot Macintosh?
Using Eclipse, I'm developing and maintaining Java desktop applications. My Mac users have OS X versions from 10.6 to 10.9. My development machine has two disk partitions and can boot either OS X 10.6 running Apple Java 6, or OS X 10.8 running Oracle Java 7. (Note that 10.6 cannot run Java 7; 10.8 cannot run Java 6.) I have an external disk on which Time Machine backs up both OS X partitions.
I want to maintain two versions of an application, one for each Java version. Most source code is identical across versions. While working on a particular version, I boot from the appropriate partition.
I'm looking for a strategy to use Subversion for source code version control. I can put the repository on either OS X partition (both are visible regardless of which is the current boot partition), but I believe it will be backed up by Time Machine only if I have booted from the same partition. I can put the repository on the external disk, but then it does not get backed up by Time Machine. I live in a rural are where broadband Internet is not available, so any remote or "cloud" repository would not be usable.
I can see potential problems in situations where, for example, I've booted into 10.6, edited some files, and then want to reboot into 10.8 for some regression testing. I don't want to have to check in all files before every reboot, and then check them out again after.
I particularly like the convenience of Time Machine's backups and its ability to restore my machine to a known state. Having to adopt a separate strategy for backing up the Subversion repository is less desirable.
I have never used git, but would consider it.
macos - 使用脚本清理 sparsebundle
我正在使用时间机器将一些服务器备份到稀疏磁盘映像包中,并且我想要一个脚本来清理旧备份并在空间释放后重新调整映像大小。我相当确定数据受到保护,因为如果我通过右键单击删除旧备份,我必须输入密码才能删除它们。为了让我的脚本能够删除它们,我一直以 root 身份运行它。出于某种原因,它只是无法运行,并且它试图删除的每个文件我都得到
这是我的脚本:
我认为导致此问题的问题之一是它需要指定一个挂载点,因为默认挂载是 /Volumes/Time\ Machine\ Backups/ 这就是我创建挂载点的原因。我还认为它试图在安装后快速删除文件,但实际上还没有安装,这就是我添加睡眠的原因。我也尝试过使用-delete
find 而不是 的选项-exec
,但没有任何区别。
对此的任何帮助将不胜感激,因为我不知道为什么这不起作用。