I am trying to backup my wife's /home directory on her laptop to her /home on
my desktop across our home LAN. Both systems are running openSUSE linux 11.2.
Her documents transfer OK, but I'm getting 'Permission denied' errors from
rsync on some of the hidden files, in particular, the thunderbird/.../Mail
folder.
For example:
rsync: opendir "/.adobe" (in toshiba) failed: Permission denied (13)
rsync: opendir "/.cache" (in toshiba) failed: Permission denied (13)
rsync: opendir "/.config/gtk-2.0" (in toshiba) failed: Permission denied (13)
rsync: opendir "/.dbus" (in toshiba) failed: Permission denied (13)
rsync: opendir "/.gconf" (in toshiba) failed: Permission denied (13)
rsync: opendir "/.gconfd" (in toshiba) failed: Permission denied (13)
rsync: opendir "/.gnome2" (in toshiba) failed: Permission denied (13)
[...]
rsync: send_files failed to open "/.Xauthority" (in toshiba): Permission
denied (13)
rsync: send_files failed to open "/.bash_history" (in toshiba): Permission
denied (13)
rsync: send_files failed to open "/.directory" (in toshiba): Permission denied
(13)
rsync: send_files failed to open "/.dmrc" (in toshiba): Permission denied (13)
rsync: send_files failed to open "/.esd_auth" (in toshiba): Permission denied
(13)
rsync: send_files failed to open "/.pulse-cookie" (in toshiba): Permission
denied (13)
rsync: send_files failed to open "/.recently-used" (in toshiba): Permission
denied (13)
Rsnapshot is running as root on my desktop machine, and the rsnapshot.conf
file contains the following lines:
[...]
###############################
### BACKUP POINTS / SCRIPTS ###
###############################
# LOCALHOST
backup hilscomputer::toshiba localhost/
#backup /etc/ localhost/
[...]
The rsync daemon is running on her laptop (hilscomputer) and the rsyncd.conf
contains:
gid = users
read only = true
use chroot = true
transfer logging = true
log format = %h %o %f %l %b
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
#hosts allow = trusted.hosts
slp refresh = 300
use slp = false
[toshiba]
path = /home/hilary
comment = Hilary's home on her Toshiba laptop
#auth users = bob,hilary
read only = false
I'd be grateful for any suggestions, please.
Bob
--
Registered Linux User #463880 FSFE Member #1300
GPG-FP: A6C1 457C 6DBA B13E 5524 F703 D12A FB79 926B 994E
openSUSE 11.2, Kernel 2.6.31.12-0.1-desktop, KDE 4.3.5
Intel Core2 Quad Q9400 2.66GHz, 4GB DDR RAM, nVidia GeForce 9600GT
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
