-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
完成手动备份数据部分内容
- Loading branch information
Showing
12 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,39 @@ | ||
--- | ||
title: 备份 | ||
icon: profile | ||
date: 2023-06-28 21:19:25 | ||
date: 2023-09-28 21:19:25 | ||
updated: 2023-07-20 16:51:54 | ||
--- | ||
|
||
# 备份 | ||
|
||
## 手动备份 | ||
手动备份可以实现数据的无损备份,包括但不仅限于账户、插件、设置、文献等数据 | ||
|
||
首先您需要在新电脑上安装zotero,然后将下列表格中旧电脑的数据文件拷贝到新电脑的同一位置。 | ||
|
||
| 旧电脑 | 新电脑 | | ||
|-----------------------------------------------------------------------|---------------------------------------------------------------------| | ||
| C:\Users\<用户名>\AppData\Roaming\Zotero\Zotero\Profiles\****.default中文件 | C:\Users\<用户名>\AppData\Roaming\Zotero\Zotero\Profiles\****.default中 | | ||
| Zotero安装文件夹 | 建议为同一路径,避免出现问题 | | ||
| Zotero-首选项-高级-文件和文件夹-数据储存位置中的文件 | 同一路径 | | ||
|
||
例如: | ||
|
||
我将zotero安装在`D:\Zotero`目录下,数据储存位置设置为`E:\Zotero File` | ||
|
||
在新电脑中,应该要做的是 | ||
|
||
1.安装zotero到D盘,安装后并打开zotero | ||
|
||
2.将 **旧电脑**`****.default中文件` 拷贝至 **新电脑**`****.default中文件夹`中 | ||
|
||
3.将 **旧电脑**`D:\Zotero` 中的文件 拷贝至 **新电脑**`D:\Zotero` | ||
|
||
4.将 **旧电脑**`E:\Zotero File` 拷贝至 **新电脑**`E:\Zotero File`中 | ||
|
||
5.打开zotero,即可。 | ||
|
||
## 插件备份 | ||
::: tip 施工中 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters