Displaying 2 results from an estimated 2 matches for "extfp".
Did you mean:
extfs
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
...~/.ssh/id_rsa
Linux debx40 3.12-1-486 #1 Debian 3.12.9-1 (2014-02-01) i686
###some greeting lines###
$ whoami
backupuser
here is the result of
grep -v "#" /etc/rsnapshot | grep [a-z]
i.e. the /etc/rsnapshot minus the comments and the empty lines:
config_version 1.2
snapshot_root /media/extfp/Backup/rsnapshot/test/
no_create_root 1
cmd_cp /bin/cp
cmd_rm /bin/rm
cmd_rsync /usr/bin/rsync
cmd_ssh /usr/bin/ssh
cmd_logger /usr/bin/logger
retain hourly 6
retain daily 7
retain weekly 4
verbose 5
loglevel 5
logfile /var/log/rsnapshot.log
lockfile /var/run/rsnapshot.pid
rsync_long_args -ev...
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
...a solution on one of these mailing-lists i will
post it to the other one as well. ok?
here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why.
grep -v "#" /etc/rsnapshot-debx40.conf | grep .
gives
config_version 1.2
snapshot_root /media/extfp/Backup/rsnapshot-debx40/
no_create_root 1
cmd_cp /bin/cp
cmd_rm /bin/rm
cmd_rsync /usr/bin/rsync
cmd_ssh /usr/bin/ssh
cmd_logger /usr/bin/logger
retain daily 7
retain weekly 4
retain monthly 3
verbose 5
loglevel 5
logfile /var/log/rsnapshot.log
lockfile /var/run/rsnapshot.pid
rsync_long_args -ev...