Browse Source

rsync: move trailing slash inside placeholder (#15889)

Managor 3 days ago
parent
commit
a63bc95941

+ 1 - 1
pages.fr/common/rsync.md

@@ -18,7 +18,7 @@
 
 
 - Transférer le contenu d'un dossier (mais pas le dossier lui-même) :
 - 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 :
 - Utiliser le mode archive, résolvant les liens symboliques et ignorant les fichiers déjà transférés sauf si plus récents :
 
 

+ 1 - 1
pages.id/common/rsync.md

@@ -22,7 +22,7 @@
 
 
 - Transfer isi direktori, tetapi bukan direktori itu sendiri:
 - 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:
 - Gunakan mode arsip, selesaikan tautan simbolik, dan lewati file yang lebih baru di tujuan:
 
 

+ 1 - 1
pages.ko/common/rsync.md

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

+ 1 - 1
pages.pl/common/rsync.md

@@ -22,7 +22,7 @@
 
 
 - Prześlij zawartość katalogu, ale nie sam katalog:
 - 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:
 - Rekursywnie kopiuj katalogi, użyj trybu archiwum, rozwiąż dowiązania symboliczne i pomiń pliki, które są nowsze w miejscu docelowym:
 
 

+ 1 - 1
pages.pt_BR/common/rsync.md

@@ -22,7 +22,7 @@
 
 
 - Transfere os conteúdos do diretório, mas não o diretório em si:
 - 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:
 - Copia diretórios, usa o modo de arquivamento, resolve links simbólicos e ignora arquivos que são mais recentes no destino:
 
 

+ 1 - 1
pages.zh/common/rsync.md

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

+ 1 - 1
pages/common/rsync.md

@@ -22,7 +22,7 @@
 
 
 - Transfer directory contents, but not the directory itself:
 - 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:
 - Use archive mode, resolve symlinks, and skip files that are newer on the destination: