On 6/12/2014 9:56 AM, Kenneth Bergholm wrote: > I tried this and all I can think of but no luck....i watn the files in > the Windowshare to be sent to/piped to restore.tar > > Backuppc_tarCreate -h oden -n -1 -s / windowsharename . > restore.tar > > Backuppc_tarCreate -h oden -n -1 -s / windowsharename / > restore.tar
Both of these are trying to restore from the '/' share, which probably doesn't exist. You need to specify the sharename immediately after the -s option. Backuppc_tarCreate -h oden -n -1 -s windowsharename . > restore.tar I'm not sure if you need the dot or slash at the end to specify the directory. Give it a try and see which one works. -- Bowie ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
