Difference between revisions of "Rocky 9.x rsync copy files with paths mentioned in a text file"

From Notes_Wiki
(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...")
 
(No difference)

Latest revision as of 04:22, 10 April 2024