japtar10101
May 18th, 2009, 09:23 PM
Note that I had rsync running perfectly until i moved my files.
My files were all over the place, so to make it more organized, I moved all of my rsync backup directories to ~/rsync/, and updated /etc/rsyncd.conf accordingly. Now my host computers can't seem to recognize the new locations of the backup files. How can I fix this?
For reference, here's the updated /etc/rsyncd.conf file:
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
max connections = 3
[testing]
comment = testing...
path = /home/taro/rsync/testing
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[School]
comment = notes synchronization
path = /home/taro/rsync/School
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Work]
comment = work documents synchronization
path = /home/taro/rsync/Work
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Health]
comment = issurance notes synchronization
path = /home/taro/rsync/Health
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Programming]
comment = programming synchronization
path = /home/taro/rsync/Programming
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Game]
comment = game synchronization
path = /home/taro/rsync/Game
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Music]
comment = music synchronization
path = /home/taro/rsync/Music
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
My files were all over the place, so to make it more organized, I moved all of my rsync backup directories to ~/rsync/, and updated /etc/rsyncd.conf accordingly. Now my host computers can't seem to recognize the new locations of the backup files. How can I fix this?
For reference, here's the updated /etc/rsyncd.conf file:
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
max connections = 3
[testing]
comment = testing...
path = /home/taro/rsync/testing
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[School]
comment = notes synchronization
path = /home/taro/rsync/School
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Work]
comment = work documents synchronization
path = /home/taro/rsync/Work
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Health]
comment = issurance notes synchronization
path = /home/taro/rsync/Health
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Programming]
comment = programming synchronization
path = /home/taro/rsync/Programming
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Game]
comment = game synchronization
path = /home/taro/rsync/Game
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes
[Music]
comment = music synchronization
path = /home/taro/rsync/Music
read only = yes
auth users = omiyat
uid = nobody
gid = nobody
list = yes