Hi there, hope you can help I am remotely backingup a server via ssh, and I have already setup the ssh-keys ... but am getting this error:
bash-2.05b$ flexbackup -c /etc/flexbackup.conf -dir odin:/home/flex/test.txt flexbackup version 1.2.1 (http://flexbackup.sourceforge.net) /etc/flexbackup.conf syntax OK $buffer not found in config: default=false |------------------------------------------------------------ | Checking /bin/sh on this machine... unknown (probably Bourne Shell) | Checking shell on odin... bash2 | Checking for required programs on host odin... Ok |------------------------------------------------------------ | Doing level 0 backup of odin:/home/flex/test.txt using tar | Found directory index key 200312021004 |------------------------------------------------------------ | Backup of: odin:/home/flex/test.txt | Date of this level 0 backup: Tue Dec 02 21:37:57 2003 | Date of last level 0 backup: the epoch |------------------------------------------------------------ | /tmp/collectexit.2418.sh ssh odin 'cd "/home/flex/test.txt" && find -E . | -depth -xdev ! -type s ! -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ | -print0 | tar --create --null --files-from=- --ignore-failed-read | --same-permissions --no-recursion --totals --label "level 0 | odin:/home/flex/test.txt Tue Dec 02 21:37:57 2003 tar+gzip from | asterix.impelsys.net" --verbose --sparse -b 20 --file - | gzip -4; | x=([EMAIL PROTECTED]); i=0; while [ $i -lt [EMAIL PROTECTED] ]; do [ ${x[$i]} -eq | 0 ] || exit ${x[$i]}; i=$(($i+1)); done' | /tmp/collectexit.2418.sh dd | ibs=10k obs=10k conv=noerror | of="/var/backups/networkbackups/odin-home-flex-test.txt.0.200312022137. | tar.gz" | [ ! -e /tmp/exitstatus.2418 ] |------------------------------------------------------------ sh: line 1: cd: /home/flex/test.txt: No such file or directory 0+0 records in 0+0 records out 0 bytes transferred in 0.312442 secs (0 bytes/sec) ERROR: non-zero exit from: ssh odin cd "/home/flex/test.txt" && find -E . -depth -xdev ! -type s ! -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print0 | tar --create --null --files-from=- --ignore-failed-read --same-permissions - -no-recursion --totals --label "level 0 odin:/home/flex/test.txt Tue Dec 02 21:37:57 2003 tar+gzip from asterix.impelsys.net" --verbose --sparse -b 20 --file - | gzip -4; x=([EMAIL PROTECTED]); i=0; while [ $i -lt [EMAIL PROTECTED] ]; do [ ${x[$i]} -eq 0 ] || exit ${x[$i]}; i=$(($i+1)); done ERROR: exiting |------------------------------------------------------------ | Backup start: Tue Dec 02 21:37:57 2003 | Backup end: Tue Dec 02 21:37:57 2003 |------------------------------------------------------------ | Compressing log (odin-home-flex-test.txt.0.200312022137.gz) | Linking odin-home-flex-test.txt.latest.gz -> odin-home-flex-test.txt.0.200312022137.gz |------------------------------------------------------------ ... so I am basically get a "No such file or directory" error, when the file definitely is there. I have tried numerous combinations, if you could please help out, it would be appreciated. thanks Deon ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ flexbackup-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flexbackup-help