1
0
Fork 0
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:
Managor 2025-03-11 06:43:11 +02:00 committed by GitHub
parent ae74f8a0a7
commit a63bc95941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -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 :

View file

@ -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:

View file

@ -22,7 +22,7 @@
- 디렉터리 내용을 전송하지만, 디렉터리 자체는 전송하지 않음:
`rsync {{[-r|--recursive]}} {{경로/대상/소스}}/ {{경로/대상/목적지}}`
`rsync {{[-r|--recursive]}} {{경로/대상/소스/}} {{경로/대상/목적지}}`
- 디렉토리를 반복적으로 복사하고, 아카이브 모드를 사용하고, 심볼릭 링크를 확인하고, 대상에 있는 최신 파일을 건너뜀:

View file

@ -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:

View file

@ -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:

View file

@ -22,7 +22,7 @@
- 将目录下的所有内容(不包含该目录),以递归方式传输:
`rsync {{[-r|--recursive]}} {{路径/到/来源}}/ {{路径/到/目标}}`
`rsync {{[-r|--recursive]}} {{路径/到/来源/}} {{路径/到/目标}}`
- 归档方式传输目录,保留几乎所有属性,解析软连接,并忽略已传输的文件:

View file

@ -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: