User Tools

Site Tools


rsync_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rsync_notes [2021/05/25 12:54] adminrsync_notes [2021/05/25 12:55] (current) admin
Line 1: Line 1:
-==== top level separation ====+===== top level separation =====
 Situation:\\ Situation:\\
 I have a directory (say source/) with many sub directories and files under it (source/dir1, source/dir2, ... , source/file1, source/file2, ...). I want to copy it to two separate folders (say destA, destB). The first folder contains all the top level files (source/file1, source/file2 etc.,), the second folder contains the rest (source/dir1, source/dir2 etc., but not source/file1, or source/file2 etc.,). I have a directory (say source/) with many sub directories and files under it (source/dir1, source/dir2, ... , source/file1, source/file2, ...). I want to copy it to two separate folders (say destA, destB). The first folder contains all the top level files (source/file1, source/file2 etc.,), the second folder contains the rest (source/dir1, source/dir2 etc., but not source/file1, or source/file2 etc.,).
Line 20: Line 20:
 In both approaches, the destA and destB directories will be created on the fly if necessary. In both approaches, the destA and destB directories will be created on the fly if necessary.
  
-=== useful links ===+==== useful links ====
   * https://linuxize.com/post/how-to-exclude-files-and-directories-with-rsync/ - shows how to exclude files and directories with rsync; goes over many cases with examples and simple explanations.   * https://linuxize.com/post/how-to-exclude-files-and-directories-with-rsync/ - shows how to exclude files and directories with rsync; goes over many cases with examples and simple explanations.
  
 ==== miscellaneous ==== ==== miscellaneous ====
 tags | include all sub directories but exclude top level files, exclude top level directory, exclude all subdirectories tags | include all sub directories but exclude top level files, exclude top level directory, exclude all subdirectories
rsync_notes.1621947277.txt.gz · Last modified: 2021/05/25 12:54 by admin