Displaying 3 results from an estimated 3 matches for "backuplog".
2005 Oct 03
1
rsyncd: having each log file for each module
...for each
client instead of in the global log file.Can sombody help me.
/etc/rsyncd.conf
=============================
#### rsyncd.conf file ####
uid = backup
gid = backup
#pid file = /etc/rsyncd.pid
syslog facility = daemon
transfer logging = true
log format = %h %o %f %l %b
log file = /var/log/backuplog/test.log
###### Marketing Dept #####
[TEST] #Module name could be any name
path = /backup/desktopbackup/TEST
# comment = Data backup of Linux Gavaskar
secrets file =/etc/rsyncd.secrets
uid = backup
read only = no
list = yes
log format = %h %o %f %l...
2003 Feb 19
2
Samba, rsync and a newbie sorting it out...
All,
I'd like to use rsync as a way to back up Windows devices on a network,
pulling data off of the Windows boxes and putting it onto a Samba share. Is
this even possible? I suspect I either need some sort of rsync
implementation on Windows (ha!) or I need to have Samba know to "reach into"
the boxes and get the info for rsync-ing. Doable? A fool's errand?
The setup:
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
...ync_long_args -ev --rsync-path=/home/backupuser/rsync-wrapper.sh
ssh_args -i /home/backupuser/.ssh/id_rsa
link_dest 0
rsync_numtries 1
backup backupuser at debx40:/ debx40/
and this is the content of /home/backupuser/rsync-wrapper.sh on the remote debx40.
#!/bin/sh
date >> /home/backupuser/backuplog
echo $@ >> /home/backupuser/backuplog
/usr/bin/sudo /usr/bin/rsync "$@";
in the /etc/sudoers there is a line
backupuser ALL=NOPASSWD: /usr/bin/rsync
when i enter e.g. sudo rsnapshot -D hourly on the backup server rpi-home i get this
require Lchown
Lchown module loaded successful...