mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 13:57:11 +09:00
GITBOOK-349: Files disclaimer
This commit is contained in:
parent
dbbb633b6c
commit
5ef22b8724
1 changed files with 4 additions and 6 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
### Storage <a href="#storage" id="storage"></a>
|
### Storage <a href="#storage" id="storage"></a>
|
||||||
|
|
||||||
Anytype is offline first; hence, all data you create will be stored locally first. After that, the data is synced to the backup node and your devices for redundancy. We use a private [IPFS](https://docs.ipfs.tech/concepts/what-is-ipfs/) network to handle storage. It is a Peer-To-Peer file system that facilitates decentralized data storage across devices.
|
Anytype is offline first; hence, all data you create will be stored locally first. After that, the data is synced to the backup node and your devices for redundancy. We use a private [IPFS](https://docs.ipfs.tech/concepts/what-is-ipfs/) network to handle storage. It is a Peer-To-Peer file system that facilitates decentralized data storage across devices. If you wish to bypass the backup node and sync directly (p2p) between your devices, you'll need to connect them to the same local network.
|
||||||
|
|
||||||
{% hint style="info" %}
|
{% hint style="info" %}
|
||||||
It is also possible to use p2p to sync between your devices if they are connected to the same local network. 
|
Currently, you can not change the directory of your local data storage. We have it in [plans for Q3 2023](https://github.com/orgs/anyproto/projects/1/views/1). You might consider using a [workaround from our user](https://community.anytype.io/t/custom-storage-location/994) as a temporary solution for Windows and MacOS.
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
||||||
#### Media <a href="#media" id="media"></a>
|
#### Media <a href="#media" id="media"></a>
|
||||||
|
@ -14,10 +14,8 @@ Media files are not directly downloaded in overall syncing to save bandwidth. In
|
||||||
|
|
||||||
Furthermore, we use the deduplication feature to reduce storage. For example, if the same picture is uploaded three times, there is only one image copy stored to reduce storage consumption.
|
Furthermore, we use the deduplication feature to reduce storage. For example, if the same picture is uploaded three times, there is only one image copy stored to reduce storage consumption.
|
||||||
|
|
||||||
#### Custom storage location
|
{% hint style="info" %}
|
||||||
|
Because of a legacy file system, some files might disappear from your graph if they are no longer linked to any objects. But fear not; all of your files are still there. We are working on [fixing the problem](https://community.anytype.io/t/are-unlinked-images-automatically-deleted/10810/3?u=isle9) already.
|
||||||
{% hint style="warning" %}
|
|
||||||
Currently, you can not change the directory of your local data storage. We have it in [plans for Q3 2023](https://github.com/orgs/anyproto/projects/1/views/1). You might consider using a [workaround from our user](https://community.anytype.io/t/custom-storage-location/994) as a temporary solution for Windows and MacOS.
|
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
||||||
### Deletion <a href="#deletion" id="deletion"></a>
|
### Deletion <a href="#deletion" id="deletion"></a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue