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. **********************************************************************
On Tue 16 May 2006, Sam Russo wrote:> > 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)RFTM: --max-size=SIZE don't transfer any file larger than SIZE hence use --max-size=200M Paul Slootman
Maybe Matching Threads
- is there an rsync switch to not backup a file of size > X
- Windows XP date/timestamp issues
- graphs of gamma, normal fit to a histogram are about half as large as they should be
- ERROR : cannot allocate vector of size (in MB & GB)
- avoiding expression evaluation when calling a function