All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:22, 10 April 2024 Saurabh talk contribs created page Rocky 9.x rsync copy files with paths mentioned in a text file (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky 9.x Backup Tools > Rocky 9.x rsync > Rocky 9.x rsync copy files with paths mentioned in a text file If we need to rsync only specific files and not all sub-folders and files and the path of files to be synced in captured in a text file then we can use following rsync syntax: <pre> rsync -av --files-from=yourfilelist.txt /sourcedirectory/ /destination/ </pre> Here, because of use of...")