kmwoley / restic-windows-backup

Powershell scripts to run Restic backups on Windows
MIT License
330 stars 68 forks source link

Dirrectory/Folder Backup #21

Closed cloudcafetech closed 4 years ago

cloudcafetech commented 4 years ago

Sorry I am not good in Powershell, does this backup.ps1 take Dirrectory/Folder Backup.

Looking for separate script for Dirrectory/Folder Backup/Restore/Scheduling with argument.

kmwoley commented 4 years ago

I'm not sure I understand your comment. backup.ps1 does not take any arguments. Everything is controlled by the configuration .ps1 files. Take a look at those and see if you can find the configuration points you're looking for. Cheers!