All Projects → BackupNerd → Backup-Scripts

BackupNerd / Backup-Scripts

Licence: other
PowerShell Scripts and Automation Manager Policies for N-able Backup

Programming Languages

powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to Backup-Scripts

aws-backup-lambda
A utility AWS lambda function to manage EBS and RDS snapshot backups.
Stars: ✭ 60 (+130.77%)
Mutual labels:  backup
backupmanager
Simple laravel package to backup/restore files and database.
Stars: ✭ 24 (-7.69%)
Mutual labels:  backup
auto-mysql-backup
a wrapper for automysqlbackup
Stars: ✭ 19 (-26.92%)
Mutual labels:  backup
backup-x
带Web界面的数据库/文件备份增强工具. A database/file backup tool with web interfaces
Stars: ✭ 78 (+200%)
Mutual labels:  backup
bye-bye-feedly
Export your read later (formerly saved/favorited) articles from feedly, and access them from a simple reader.
Stars: ✭ 42 (+61.54%)
Mutual labels:  backup
browserexport
backup and parse browser history databases (chrome, firefox, safari, and other chrome/firefox derivatives)
Stars: ✭ 54 (+107.69%)
Mutual labels:  backup
dotao
WIP modern dotfiles manager
Stars: ✭ 15 (-42.31%)
Mutual labels:  backup
BTPS-SecPack
This repository contains a collection of PowerShell tools that can be utilized to protect and defend an environment based on the recommendations of multiple cyber security researchers at Microsoft. These tools were created with a small to medium size enterprise environment in mind as smaller organizations do not always have the type of funding a…
Stars: ✭ 33 (+26.92%)
Mutual labels:  ps1
minback-postgres
A container which provides the ability to backup a PostgreSQL database to Minio on demand
Stars: ✭ 18 (-30.77%)
Mutual labels:  backup
jetbrains-utility
Remove/Backup – settings & cli for macOS (OS X) – DataGrip, AppCode, CLion, Gogland, IntelliJ, PhpStorm, PyCharm, Rider, RubyMine, WebStorm
Stars: ✭ 62 (+138.46%)
Mutual labels:  backup
snapbtrex
snapbtrex is a small utility that keeps snapshots of btrfs filesystems and optionally send them to a remote system or syncs them locally.
Stars: ✭ 29 (+11.54%)
Mutual labels:  backup
cephgeorep
An efficient unidirectional remote backup daemon for CephFS.
Stars: ✭ 27 (+3.85%)
Mutual labels:  backup
Bash-Backup-Script
A small script to upload backup tar to an external storage service
Stars: ✭ 21 (-19.23%)
Mutual labels:  backup
backup
An admin interface for managing backups
Stars: ✭ 66 (+153.85%)
Mutual labels:  backup
raptor
The definitive EasyEngine installer with fully functional backup-restore and SFTP functionalities included
Stars: ✭ 26 (+0%)
Mutual labels:  backup
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (+61.54%)
Mutual labels:  backup
evernote-backup
Backup & export all Evernote notes and notebooks
Stars: ✭ 104 (+300%)
Mutual labels:  backup
terraform-aws-backup
Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.
Stars: ✭ 62 (+138.46%)
Mutual labels:  backup
docker lnmp
一键部署基于docker的LAMP环境,并利用electron + vue 提供gui管理。+++ 可配置的多进程php扩展安装
Stars: ✭ 37 (+42.31%)
Mutual labels:  ps1
arctee
Atomic tee
Stars: ✭ 22 (-15.38%)
Mutual labels:  backup

READ ME

TO DOWNLOAD FILES click the green ( CODE button ) to download the entire Script Repository as a single .ZIP file.

Sample scripts are not supported under any N-able support program or service.

The sample scripts are provided AS IS without warranty of any kind.

N-able expressly disclaims all implied warranties including, warranties of merchantability or of fitness for a particular purpose.

In no event shall N-able or any other party be liable for damages arising out of the use of or inability to use the sample scripts.

Please review, test and understand any scripts you download before implementing them in production!

Non Backup Specific

Get-Foldersizes.ps1

Script to inventory a file tree and report sizes of each branch.

N-able Backup - Standalone Editon

BulkGenerateRedeployCommands.ps1

Script to bulk generate a list of device credentials and redeployment commands for N-able Backup devices.

BulkSetGUIPassword.ps1

Script to bulk set/wipe a GUI Password that is useful forlimiting local and remote access to the Backup Manager client.

CleanupArchive.ps1

Script to clean all archive sessions older than X months. 
Optionally, check for existing Archive rules and/or create new Archive rules if no active archive rules are found.

CustomBackupThrottle.ps1

Script to set backup throttling times and values for individual days of the week   

DeployBackupManager.ps1

Universal deployment script for N-able Backup
Supports Automatic Deployment, Documents Deployment, Manual Deployment, Uninstall, Upgrade, Redeploy with Passphrase,
Redeploy with Private Key, Store Credentials, Reinstall & Reuse Stored Credentials.

ExcludeUSB.ps1

Script to exclude USB attached disks from backup.
Identify disks attached via USB bus type and exclude those device volumes using backup filter or the FilesNotToBackup registry key.

ForceLogout.ps1

Background script to force a custom inactivity logout period for the N-able Backup.Management console
Can be modified to force logout of other supported SSO products like the TakeControl and the RMM web consoles

GetDeviceErrors.ps1

Script to pull recent Device Errors and output to the console or update a Custom Column in the Management Console

GetDeviceInstallations.ps1

Script to Enumerate Device Installations.
Incudes all Historic installation instances of a Device, including Backup, Restore Only, Bare-Metal Recovery, Recovery Console and Recovery Testing instances
    Useful for auditing the last activity date for a specific Installation Id.

GetDeviceStatistics.ps1

Script to Enumerate Device Statistics.
Predefined to Include Multiple Columns from the Management Console, can be expanded to include custom columns.
    Useful for automating an export of data for billing or reporting.

GetM365DeviceStatistics.ps1

Script to Enumerate Microsoft 365 Device Statistics.
Predefined to Include Mail, OnDrive and Sharepoint Statistics and Protected Users.
    Useful for automating an export of data for billing or reporting.

GetSessionFiles.ps1

Script to Enumerate Files from the most recent Backup Sessions.
Incudes x largest transfered files, Hyper-V Files and Hyper-V Files incorectly included in File System Backups 
    Useful for Auding selections and ensuring that data is not double selected.

LSVSyncCheckFinal.ps1

Script to check the current Status and Sync percentage of the LocalSpeedVault and Cloud Storage.

SetBackupLogging.ps1

Script to set the logging level of the local Backup Manager client.

SetDeviceAlias.ps1

Script to set a value for the Device Alias column in the N-able Backup Management Console.
This script is for Automatic Deployed, Passphrase enabled devices.
Note, Using this script with a Private Key Encryption device will convert it to Passphrase Encryption.

SetDeviceProduct.ps1

Script to bulk assign a Product to multiple devices.
Useful for bulk assignment of a Product to devices without modifying their current parent partner location.

SetDeviceProfile.ps1

Script to bulk assign a Profile to multiple devices.
Useful for bulk removal, assignment or reassignment of a Profile to devices outside of the Management Console

SW MSP_MSPBenhancedMonitoringDeploymentConfiguration_01jul2020jr1.pdf

MSPB_CFG_CHECK_v1.amp

MSPB_CLOUD_CHECK_v1.amp

MSPB_LSV_CHECK_v1.amp

3 AMP files and PDF documentation to enhance monitoring of N-able Backup (Ncentral Integrated or Standalone Editions).

N-able Backup - RMM auto deploy setup.pdf

N-able Backup Deploy.amp

1 AMP file and PDF documentation to enable RMM deployment of N-able Backup (Standalone Edition)

N-able Backup Redeploy.amp

AMP file to redeploy N-able Backup (Ncentral Integrated or Standalone Editions) 
using device credentials and passphase 

N-able Backup Store Credentials.amp

N-able Backup Reuse Stored Credentials.amp

2 AMP files for use with N-able Backup (Ncentral Integrated Edition or Standalone Edition, when deployed via Ncentral or RMM).
Store Credentials will store your local Backup Manager credentials 
Reuse Stored Credentials will redeploy N-able Backup using stored credentials if the Backup Manager gets uninstalled. 

N-able Backup Upgrade.amp

AMP file to force upgrade of the Backup Manager to the latest downloadable version of N-able Backup (Ncentral Integrated Edition or Standalone Edition).
TLS 1.2 Compatible

N-able Backup Convert To PassPhrase.amp

AMP file to convert Backup Manager devices with Private Key Encryption to PassPhrase Encryption (Standalone Edition Managed by Ncentral or RMM)

N-able Backup - Ncentral Integrated Editon

CleanupArchive.ps1

Script to clean all archive sessions older than X months. 
Optionally, check for existing Archive rules and/or create new Archive rules if no active archive rules are found.

SW MSP_MSPBenhancedMonitoringDeploymentConfiguration_01jul2020jr1.pdf

MSPB_CFG_CHECK_v1.amp

MSPB_CLOUD_CHECK_v1.amp

MSPB_LSV_CHECK_v1.amp

3 AMP files and PDF documentation to enhance monitoring of N-able Backup (Ncentral Integrated or Standalone Editions).

N-able Backup Migration Prep.amp

N-able Backup Migration Cleanup.amp

2 AMP files for use when working with N-able on an approved migration from Ncentral Integrated Backup to the Standalone Edition.
Migration Prep will store your local Backup Manager credentials and block Ncentral from being able to uninstall the Backup Manager. 
Migration Cleanup will revert changes made to block Ncentral from being able to uninstall the Backup Manager. 

N-able Backup Store Credentials.amp

N-able Backup Reuse Stored Credentials.amp

2 AMP files for use with N-able Backup (Ncentral Integrated Edition or Standalone Edition, when deployed via Ncentral or RMM).
Store Credentials will store your local Backup Manager credentials.
Reuse Stored Credentials will redeploy N-able Backup using stored credentials if the Backup Manager gets uninstalled. 

N-able Backup Upgrade.amp

AMP file to force upgrade of the Backup Manager to the latest download version of N-able Backup (Ncentral Integrated Edition or Standalone Edition).

N-able Backup - RMM Integrated Editon

CleanupArchive.ps1

Script to clean all archive sessions older than X months. 
Optionally, check for existing Archive rules and/or create new Archive rules if no active archive rules are found.

CustomBackupThrottle.ps1

Script to set backup throttling times and values for individual days of the week   

ExcludeUSB.ps1

Script to exclude USB attached disks from backup.
Identify disks attached via USB bus type and exclude those device volumes using backup filter or the FilesNotToBackup registry key.

LSVSyncCheckFinal.ps1

Script to check the current Status and Sync percentage of the LocalSpeedVault and Cloud Storage.

SetBackupLogging.ps1

Script to set the logging level of the local Backup Manager client.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].