duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] using the 'find' command to exclude files over a certai


From: Jason Martin
Subject: [Duplicity-talk] using the 'find' command to exclude files over a certain file size
Date: Fri, 14 Jan 2011 11:52:42 +0000

Hello, I hope someone could help me. I am trying to exclude files over a certain size in a backup as they are mostly files that don't require backing up.


I'm using the command:
~:$  duplicity $(find /home/jason -size +100M -printf " --exclude '**%f'") /home/jason/ file:///tmp/test
which gives....
Command line error: Expected 2 args, got 6
Enter 'duplicity --help' for help screen.


However,  if I copy/paste the output of $(find /home/jason -size +100M -printf " --exclude '**%f'") into the command everything works as expected...??

Any ideas???
Jason

reply via email to

[Prev in Thread] Current Thread [Next in Thread]