Using a script that uses Duplicity + S3 excluding large files
- by Jason
I'm trying to write an backup script that will exclude files over a certain size.
If i run the script duplicity gives an error. However if I copy and paste the same command generated by the script everything works...
Here is the script
#!/bin/bash
# Export some ENV variables so you don't have to type anything
export…