https://github.com/pyohei/windows-simple-file-copy
File back up on windowsđź“
https://github.com/pyohei/windows-simple-file-copy
batch-file windows
Last synced: 11 months ago
JSON representation
File back up on windowsđź“
- Host: GitHub
- URL: https://github.com/pyohei/windows-simple-file-copy
- Owner: pyohei
- License: mit
- Created: 2017-02-25T14:22:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T20:37:41.000Z (almost 9 years ago)
- Last Synced: 2025-05-20T13:11:45.324Z (about 1 year ago)
- Topics: batch-file, windows
- Language: Batchfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple file backup script (Windows)
Create backup directory which you indicate, although it can use only Windows.
Backup directory created on `%USERPROFIE%\backup` folder.
## Usage
After clone or download this repository, you can use this with below command.
```bat
cd windows-simple-file-copy
rem First argument is backup target directory/file
simple-copy.bat %USERPROFILE%\hoge
```
After this script, you can confirm backup folder on `%USERPROFILE%\backup`.
If you want to do backup continuously, I recommend you to set Task Scheduler like below.

In addition, you can see log on `%USERPROFILE%\backup\log.txt`
## Note
Originally, this tool create for myself.
Therefore there are some bugs.
If you find it, please tell me about it.
## Licence
* MIT