Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Jul 4, 2023
1 parent 9cc8a11 commit 832be01
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 907 deletions.
4 changes: 1 addition & 3 deletions docs/en/guide/sync.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
sidebar_label: Synchronization
title: Data migration
position: 4
---

# Migrate and Synchronize Data across Clouds with JuiceFS Sync

The subcommand `sync` of JuiceFS is a full-featured data synchronization utility that can synchronize or migrate data concurrently with multiple threads between all [object storages JuiceFS supports](../guide/how_to_set_up_object_storage.md). It can be used to migrate data not only between _object storage_ and _JuiceFS_, but also between _object storages_ in different clouds or regions. In addition, similar to `rsync`, the JuiceFS subcommand `sync` can also be used to synchronize local directories and access remote directories through SSH, HDFS, WebDAV, etc.. It also provides advanced features such as full synchronization, incremental synchronization, and conditional pattern matching.

## Basic Usage
Expand Down
Loading

0 comments on commit 832be01

Please sign in to comment.