Rsync: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 July 2024

18 December 2023

15 September 2023

5 September 2023

  • curprev 09:2409:24, 5 September 2023Chubbard talk contribs 207 bytes +207 Created page with "=== Common rsync commands === == Copy with all dot-files included == <pre> rsync -av --include='.*' . /opt/nmsApi_backup/ </pre> == Normal rsync == <pre> rsync -arHS <src> <dest> </pre> Category:Bash"