Skip to content

Instantly share code, notes, and snippets.

@mrladeia
Created June 27, 2016 01:48
Show Gist options
  • Save mrladeia/b0a99b4a024ae0266c1e1602401eb22f to your computer and use it in GitHub Desktop.
Save mrladeia/b0a99b4a024ae0266c1e1602401eb22f to your computer and use it in GitHub Desktop.
#!/bin/bash
#755 folders
#644 files
rsync -a --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r --files-from=/path/rsync-files.txt --ignore-existing -r /path/from user@host:/path/to -v --progress --stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment