Skip to content

jcarlos46/golem-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golem

golem - file-copy and backup tool

An animated anthropomorphic being, created entirely from inanimate matter.

Usage

git clone git://github.com/joaosoda/golem-py.git golem
python golem <source> [<dest>]

config.json

Put a config.json inside your project to tell something to golem.

###Ignored Ignore specified files and/or folders.

Exemple

{
    "Ignored": ["file1", "file2", "folder/file3"]
}

With this configuration, golem not will copy and backup file1, file2 and file3 in folder

###Destination Define the file-copy and backup destination. Params dest is optional if Destination is set in config.json

Exemple

{
    "Destination": "path/to/a/folder"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages