blob: 1e334997e6e5f1462ba398feb5eb230f6881ec5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# Copy an Instance
When you right click on an instance, you can choose to copy it. After selecting this option, you will see a new window. You can choose an icon, name and a group for the new instance.

## Instance Copy Options
This is where you can find options and copy settings for your new instance.
### Keep play time
This option will allow you to keep your playtime from your original instance, if this setting is enabled in Global Settings, see: [Game Time](../minecraft-settings/#game-time)
### Copy saves
This option allows you to copy all saved games from your original instance to your new one.
### Copy game options
This option allows you to copy all game settings, if you want your configuration to be cloned.
### Copy resource packs
This option allows you to copy all the resource packs to your new instance.
### Copy screenshots
This option allows you to copy all your screenshots to your new instance folder.
### Copy shader packs
This option allows you to copy all your shader packs to your new instance folder.
### Copy servers
This option allows you to copy all your servers to your new instance. You can find them in the multiplayer menu of your new instance.
### Copy mods
This option allows you to copy all your mods to your new instance folder.
### Select all
This option allows you to select all the precedent options.
## Advanced Copy Options
This is where you can set more advanced options, such as links or cloning.
### Symbolic and Hard Link Options
You can't use these options if your partition is on FAT filesystem.
#### Use symbolic links
This option will create a symbolic link between the two instances.
#### Use hard links
This option will create a hard link between the two instances.
#### Link files recursively
This option will link all files, instead of just the parent folder.
#### Don't link saves
This option will disable the link of the saves. The world saves will be copied instead.
### CoW (Copy-on-Write) Options
#### Clone instead of copying
This option is only supported on APFS, BTRFS, BCACHEFS, REFS, XFS and ZFS filesystems.
|