Displaying 3 results from an estimated 3 matches for "vahz".
2016 Jan 20
3
rsync stopped working
Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows:
#The first line deletes extraneous files. The second does not and is used for normal backups.
# rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
/. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop
# rsync -vaHz --exclude '/proc' --exclude '/sys' --exclude...
2016 Jan 20
0
rsync stopped working
...t Wed, 20 Jan 2016 01:11:58 -0700,
Bob Holtzman wrote:
> Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows:
Your backup script is broken.
> #The first line deletes extraneous files. The second does not and is used for normal backups.
>
> # rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
This is a comment. I love comment.
> /. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop
This is NOT a comment.
/bin/sh...
2010 Sep 21
1
rsync errors
...ssage
and got one hit that said it was because a FAT32 partition had a size
limit. I doubt that I've come close to that.
Couldn't find anything in this list's archives that matched the error
message. Did I miss something?
The command that has been working until now is:
sudo rsync -vaHz --exclude '/proc' --exclude '/sys' --exclude '*.iso'
--exclude '/home/holtzm/Documents/*.iso' --exclude '/media' /.
/media/disk/10.04laptop
I'm at a loss as to how to proceed. any pointers appreciated.
--
Bob Holtzman
Key ID: 8D549279
"If you th...