Hello,ALT-F 0.1 RC3 is such great software that I put to use 2 old DNS-323 to serve as backup for main NAS (Netgear)I would like to use rsync : got it to work quickly on a test setup, using ALT-F options (services-system-configure backup..)Then I reconfigured both boxes with new disks etcNow I cannot get it to work.. it runs (taking up CPU, showing as active in status page) and no error message in log, but : no file copied at all.When I launch a rsync in command mode,
it works ok (I need to confirm the RSA trust, then have to enter the password)My thoughts are :- RSA key between the 2 boxes ? ALT-F does not give me the message with instructions
- password ? (looks ok in rsyncd.secrets file)- reinstall the firmware and reconfigure the whole thing ?
Any idea ?
/Backup/silver_vuze_plugins..ssh/identity file is not found in the Run As home folder, ssh keys will be created for him and a file with instructions left in his home folder. After following the instructions the backup should proceed normally./Backup/silver_jcard_workspace/.Hello Joao,I used rsync manually, logged as root userbackup.conf & backup.log are attached/home/root is empty
on-line help is good, I understand most, by I probably miss some point as only little Linux experience.All other comments you make SSH keys etc I had them before I reconfigured the box with new disks.Now it behaves differently.
I feel like I should start over again
Tx :-)
Hello,
I notice that I can SSH into the source NAS (a NETGEAR device) only using ‘root’. Any other account will not work.
-or use /Alt-FR/root, which lies on disk and will be overlaid over /root. Start installing a Alt-F package, any package (ipkg itself is enough), then#!/bin/sh # user initscript to be saved in a disk filesystem, sdb2 used as example # create in /mnt/sdb2/run_at_boot.sh # then 'chmod +x /mnt/sdb2/run_at_boot.sh' # then specify '/mnt/sdb2/run_at_boot.sh' # as the "Script to execute on powerup" under Services->User->user->Configure mkdir -p /root/.ssh chmod 700 /root/.ssh cp /mnt/sdb2/authorized_keys2 /root/.ssh/authorized_keys chmod 600 /root/.ssh/authorized_keys exit 0
Hey J
I didn’t realise NFS backup will use incremental logic rsync, then I configured it and – presto – it works !!!
The 2 DNS-323 are busy filling up their disks !!!!
Now I can take some time to learn a bit about DEBIAN, optimize speed with Jumbo frames etc
Tx a bunch
Hey J
I didn’t realise NFS backup will use incremental logic rsync, then I configured it and – presto – it works !!!
The 2 DNS-323 are busy filling up their disks !!!!