mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rsync: move trailing slash inside placeholder (#15889)
This commit is contained in:
parent
ae74f8a0a7
commit
a63bc95941
7 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
- Transférer le contenu d'un dossier (mais pas le dossier lui-même) :
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{chemin/vers/origine}}/ {{chemin/vers/destination}}`
|
||||
`rsync {{[-r|--recursive]}} {{chemin/vers/origine/}} {{chemin/vers/destination}}`
|
||||
|
||||
- Utiliser le mode archive, résolvant les liens symboliques et ignorant les fichiers déjà transférés sauf si plus récents :
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- Transfer isi direktori, tetapi bukan direktori itu sendiri:
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{jalan/menuju/sumber}}/ {{jalan/menuju/tujuan}}`
|
||||
`rsync {{[-r|--recursive]}} {{jalan/menuju/sumber/}} {{jalan/menuju/tujuan}}`
|
||||
|
||||
- Gunakan mode arsip, selesaikan tautan simbolik, dan lewati file yang lebih baru di tujuan:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- 디렉터리 내용을 전송하지만, 디렉터리 자체는 전송하지 않음:
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{경로/대상/소스}}/ {{경로/대상/목적지}}`
|
||||
`rsync {{[-r|--recursive]}} {{경로/대상/소스/}} {{경로/대상/목적지}}`
|
||||
|
||||
- 디렉토리를 반복적으로 복사하고, 아카이브 모드를 사용하고, 심볼릭 링크를 확인하고, 대상에 있는 최신 파일을 건너뜀:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- Prześlij zawartość katalogu, ale nie sam katalog:
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{ścieżka/do/źródła}}/ {{ścieżka/do/miejsca_docelowego}}`
|
||||
`rsync {{[-r|--recursive]}} {{ścieżka/do/źródła/}} {{ścieżka/do/miejsca_docelowego}}`
|
||||
|
||||
- Rekursywnie kopiuj katalogi, użyj trybu archiwum, rozwiąż dowiązania symboliczne i pomiń pliki, które są nowsze w miejscu docelowym:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- Transfere os conteúdos do diretório, mas não o diretório em si:
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{caminho/para/origem}}/ {{caminho/para/destino}}`
|
||||
`rsync {{[-r|--recursive]}} {{caminho/para/origem/}} {{caminho/para/destino}}`
|
||||
|
||||
- Copia diretórios, usa o modo de arquivamento, resolve links simbólicos e ignora arquivos que são mais recentes no destino:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- 将目录下的所有内容(不包含该目录),以递归方式传输:
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{路径/到/来源}}/ {{路径/到/目标}}`
|
||||
`rsync {{[-r|--recursive]}} {{路径/到/来源/}} {{路径/到/目标}}`
|
||||
|
||||
- 归档方式传输目录,保留几乎所有属性,解析软连接,并忽略已传输的文件:
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- Transfer directory contents, but not the directory itself:
|
||||
|
||||
`rsync {{[-r|--recursive]}} {{path/to/source}}/ {{path/to/destination}}`
|
||||
`rsync {{[-r|--recursive]}} {{path/to/source/}} {{path/to/destination}}`
|
||||
|
||||
- Use archive mode, resolve symlinks, and skip files that are newer on the destination:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue