Unsolved

This post is more than 5 years old

14 Posts

949

October 12th, 2009 02:00

savefs with MS Windows

Hi,

the Windows server is backed up daily with save set: ALL
I want to save one directory hourly and incremental, e.g. D:\test
I want to use the following command:
savefs -s nsrhost -l incr -q D:\test

The error message:
20091012 09:54:07 ERR! 7196:savefs: D:\test is not backup enabled,
20091012 09:54:07 ERR! nor is it listed in this client's resources

I know that savefs looks in /etc/fstab on Linux systems.

What is the best solution for this problem?

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

October 12th, 2009 11:00

savefs is not used to save data - save is. Also, specifying level for client initiated backup does not make any sense so you can skip that too. So you probably wish to use something like save -s -b D:\test
No Events found!

Top