Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4067009
By: nobody

Hi all
Is there a way to backup a pc remotly using tar
this is what ive made

tar -cv --file=c:/PSTNPHILIPPE.tar //qctransplant100/pst/

gzip -9 < c:/PSTNPHILIPPE.tar > PSTNPHILIPPE.tar.tgz


del *.tar

And when im running it i get this error

C:\>tar -cv --file=c:/PSTNPHILIPPE.tar //qctransplant100/pst/
tar: Cannot add file //qctransplant100/pst: No such file or directory (ENOENT)
tar: Error exit delayed from previous errors

C:\>gzip -9 0<c:/PSTNPHILIPPE.tar 1>PSTNPHILIPPE.tar.tgz

C:\>del *.tar





______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to