Just installed Jessie and I'm still picking my way thru it. When I tried invoking "scripts/backup" as root I get:
rsync: mkdir "/media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.1] That second line is strange as I had just created the Jessie-laptop directory. My backup script has always worked in Wheezy: rsync -vahHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/home/holtzm/mail/backup' --exclude '/sys ' --exclude '/tmp' --exclude '/media' /. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop Searching on the error message yielded zip. I'd appreciate any pointers on how to attack this.