Joe Hood writes: > Any easy way to glean the commands with which parameters the web > interface is using? > > I'm trying to create Tar files from Bash for tape backup storage. Any > one have examples that work? Only localhost seems to work for me: > > Works: > ./BackupPC_tarCreate -h localhost -n -1 -s /etc / -t -r >/tmp/blah23.tar > > Doesn't Work: > ./BackupPC_tarCreate -h lilly -n -1 -s /etc / -t -r >/tmp/blah224.tar
The -r option needs an argument, and is usually paired with the -p option. Does lilly really have a /etc share? What error do you get? Craig ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
