Skip to content

Commit

Permalink
Add some new dont-compress suffixes.
Browse files Browse the repository at this point in the history
As suggested in bug 6839.
  • Loading branch information
Wayne Davison committed Aug 21, 2010
1 parent b32fd63 commit aff4850
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loadparm.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ extern item_list dparam_list;
#endif

#define DEFAULT_DONT_COMPRESS "*.gz *.zip *.z *.rpm *.deb *.iso *.bz2" \
" *.t[gb]z *.7z *.mp[34] *.mov *.avi *.ogg *.jpg *.jpeg" \
" *.lzo *.rzip *.lzma *.rar *.ace *.gpg"
" *.t[gb]z *.7z *.mp[34] *.mov *.avi *.ogg *.jpg *.jpeg *.png" \
" *.lzo *.rzip *.lzma *.rar *.ace *.gpg *.xz *.txz *.lz *.tlz"

/* the following are used by loadparm for option lists */
typedef enum {
Expand Down
5 changes: 5 additions & 0 deletions rsync.yo
Original file line number Diff line number Diff line change
Expand Up @@ -1796,17 +1796,22 @@ bf(gz)
bf(iso)
bf(jpeg)
bf(jpg)
bf(lz)
bf(lzma)
bf(lzo)
bf(mov)
bf(mp3)
bf(mp4)
bf(ogg)
bf(png)
bf(rar)
bf(rpm)
bf(rzip)
bf(tbz)
bf(tgz)
bf(tlz)
bf(txz)
bf(xz)
bf(z)
bf(zip)

Expand Down

0 comments on commit aff4850

Please sign in to comment.