Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monosoul/fsrm-quotas-backup
Quotas backup script for MS Windows File Server Resource Management
https://github.com/monosoul/fsrm-quotas-backup
Last synced: about 2 months ago
JSON representation
Quotas backup script for MS Windows File Server Resource Management
- Host: GitHub
- URL: https://github.com/monosoul/fsrm-quotas-backup
- Owner: monosoul
- Created: 2014-04-16T05:11:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T03:41:39.000Z (over 10 years ago)
- Last Synced: 2023-08-02T22:07:37.444Z (over 1 year ago)
- Language: Visual Basic
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fsrm-quotas-backup
==================Quotas backup script for MS Windows File Server Resource Management
Usage:
.\quotas_backup.vbs - launch on old server (from which quotas are going to migrate)
.\folders_copy.bat - launch on old server (from which quotas
are going to migrate) to copy target folders to a new server.
Example: .\folders_copy.bat \\\new-server\d$.\quotas_create.bat - launch on new server (to which quotas are going to migrate)
Run quotas_backup.vbs on server from which you are willing to move quotas.
It will generate 4 files:1) quota_templates.xml - contains quotas templates exported by "dirquota template export";
2) all_quotas.txt - contains quotas list generated by "dirquota q l";
3) quotas_create.bat - batch file with commands to create quotas on a new server;
4) folders_copy.bat - batch file with commands to copy target folders to a new server;
After that you should copy (or move) target folders to a new server and then
you need to edit path to target folders in file quotas_create.bat. Now you
should launch quotas_create.bat on new server and patiently wait for it to do
it's magic.