Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

raeseoklee/AutoPatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This util make easy file copy and backup task.

Usage

Need to configure patch.json before using this util.

How to configure patch.json

[sourceDir]
Directory path having source files.

[targetDir]
Target directory path having original files.

[backupDir]
Directory path for saving backups.

[archiveType]
If you want to archiving backups, type to archive type.

zip: ZIP file (if the zlib module is available).
tar: Uncompressed tar file. Uses POSIX.1-2001 pax format for new archives.
gztar: gzip'ed tar-file (if the zlib module is available).
bztar: bzip2'ed tar-file (if the bz2 module is available).
xztar: xz’ed tar-file (if the lzma module is available).

[deployList]
If you want to copy files using pattern.
e.g.
"deployList": [
    {"pattern":"*.bak"}
]
Also, if you want to copy files using just file list
"deployList": [
    "test.txt", "test2.txt", "ft/a.txt", "new.txt"...
]

About

Simple file patch util

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages