Ok so I know nothing about python before I start, but I think I found a problem.
When you backup via SSH it doesn't process the include and exclude dir's.
In ssh_backup(...),
backup_command = '%s %s %s' % (rdiff_backup_path, backup_source, backup_home)
there is no mention of the include and exclude statements. So my command looks like this,
'/usr/bin/rdiff-backup -v5 192.168.0.3::/home/jonathan /rdiff-backups/jon_laptop2/'
Like I said, I've never looked at python, so maybe I've missed something else, but I think I'm correct :)
thanks.
Log in to post a comment.
Ok so I know nothing about python before I start, but I think I found a problem.
When you backup via SSH it doesn't process the include and exclude dir's.
In ssh_backup(...),
backup_command = '%s %s %s' % (rdiff_backup_path, backup_source, backup_home)
there is no mention of the include and exclude statements. So my command looks like this,
'/usr/bin/rdiff-backup -v5 192.168.0.3::/home/jonathan /rdiff-backups/jon_laptop2/'
Like I said, I've never looked at python, so maybe I've missed something else, but I think I'm correct :)
thanks.