Horje
rsync exclude empty directories Code Example
rsync exclude empty directories
rsync --prune-empty-dirs

# or simply, execute find after rsync, 
find /the_folder_path -type d -empty -delete




Shell

Related
gnome files command Code Example gnome files command Code Example
kibana download Code Example kibana download Code Example
run python script in raspberry pi bootup Code Example run python script in raspberry pi bootup Code Example
laravel sanctum instalation Code Example laravel sanctum instalation Code Example
What next after installing sanctum for laravel Code Example What next after installing sanctum for laravel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13