autobackup

command module
v0.0.0-...-8b67b57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2021 License: MIT Imports: 10 Imported by: 0

README

AutoBackup

Overview

The script will create a .zip archive of the specified directory including all subdirectories. If no destination is specified the script will use the source directory's name and will create the file in your current directory.

The script adds a timestamp to the filename automatically.

Usage

You can run AutoBackup.exe with command prompt or PowerShell by specifying the source directory using -source flag. Make sure to use double quotes if there is a space in your path

Example AutoBackup.exe --source "C:\Program Files\Go"

You can specify your destination by using -destination flag: AutoBackup.exe -source "C:\Program Files\Go" -destination C:\Users\Administrator\Desktop\goBackup.zip

or

AutoBackup.exe -source "C:\Program Files\Go" -destination C:\Users\Administrator\Desktop\ in which case the source directory name will be used.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL