Hi there,
at first: Tank you for this great plugin!
if i make a backup, your plugin also saves the backup folder.
Executing Command:
tar cvfz /var/www/***/simple-backup/backup-2012-12-12-125408.tar.gz /var/www/***/ --exclude=/var/www/***/simple-backup
I resolved the problem in writing the exclude before the path. So it would be:
Executing Command:
tar cvfz /var/www/***/simple-backup/backup-2012-12-12-125408.tar.gz --exclude=/var/www/***/simple-backup /var/www/***/
Please put this in next update.
Thanks and best wishes
Jan