Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T20:37:41.000Z (over 7 years ago)
- Last Synced: 2024-11-07T17:45:50.677Z (3 months ago)
- Topics: batch-file, windows
- Language: Batchfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- 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-copyrem 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.![sample](img/sample_trigger.PNG)
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