I'm performing backup via a standard use of rsync:
(note:$dayte is set via a .sh file)
rsync -aurvz --backup --backup-dir=../data_originals/$dayte -e ssh
/mnt/netware6/dhs01/data/ ./dhs01/data/

My Question: Is there any way to make sync ignore files greater than a
certain size. The files do not follow any naming convention and are
therefore only identifiable by their size?  (e.g I want all files backed
up except files greater than say 200Mb)

thanks
sam




**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to