public marks

PUBLIC MARKS from sylvainulg with tags rsync & blog

27 August 2012 08:45

Transfer only selected file types with rsync | Open Source Technical Blog

(via)
find source -name "*.png" -print0 | rsync -av --files-from=- --from0 ./ ./destination/ or rsync -av --include='*/' --include='*.png' --exclude='*' source/ destination/

sylvainulg's TAGS related to tag rsync

backup +   blog +   hard links +   howto +   linux +   script +