GithubHelp home page GithubHelp logo

mjahmadi / filebacker Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 15 KB

Simple Windows BATCH file script to take custom compressed backup from files and directories

License: GNU General Public License v3.0

Batchfile 100.00%
backup backup-script windows-batch compressed-data compressed-backup

filebacker's Introduction

FileBacker

Simple Windows BATCH file script to take custom compressed backup from files and directories. FileBacker is good for scheduled backup task.

requirements

At last a Windows machine with support of 'forfiles' command. [etc XP, Win7, Win8, Win8.1, Win10]. As the script using 7zip software to take compressed backup surly you need true 7zip installed in your system.

config

Befor you try to run the 'filebacker.bat' script in Windows CMD you must set some variable inside of script as we describe in it. Otherwise the script won't work properly.

sample config

set BACKUP_MAX_KEEP=60
set BACKUP_FROM=C:\
set BACKUP_TO=X:\Backups\
set BACKUP_PREFIX=drive_c
set BACKUP_FORMAT=7z
set BACKUP_COMPRESS_LEVEL=9
set BACKUP_FILENAME='%BACKUP_PREFIX%%date:~10,4%_%date:~4,2%_%date:~7,2%.%BACKUP_FORMAT%'

usage

./filebacker.bat

filebacker's People

Contributors

mjahmadi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.