Rocky 9.x rsync copy files with paths mentioned in a text file

From Notes_Wiki
Revision as of 04:22, 10 April 2024 by Saurabh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)