Skip to content

ruteckimikolaj/PowerShell-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PowerShell-backup

Simple powershell script to execute backup of the files

Use

$Env:BACKUP_SOURCE='C:\path\to\your\source\catalogue'; 
$Env:BACKUP_DEST='C:\path\to\your\destination\catalogue';
$env:BACKUP_NUMBER=10; 
.\main.ps1 

About

Simple powershell script to execute backup of the files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages