Skip to content

brauliodiasribeiro/Unraid-Unassigned_Devices-Backup_Drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Donate

Description

  • This script make incremental or sync backup to a cloud drive.

  • It's possible to schedule how often and what type of the backup will be done.

  • When the backup start, you'll be notified by the email. When it finishes, too.

Incremental Backup

  • Don't delete anything from the backup directory, just copy new or modified files.

  • Schedule the execution frequency in "CA User Scripts -> Schedule Disabled".

    • Example: "Schedule Daily" or "Schedule Weekly".

Sync Backup

  • Mirroring. If the file isn't in the source directory, it'll be deleted from the backup directory.

  • How often to backup is defined in the script.

    • Example: sync backup every 30 days from the last backup.

Instructions

  • Connect the drive using rclone.

  • Create a script in "CA User Scripts / Script_Name"

    • (Unraid -> Settings -> User Scripts -> Script_Name").
  • Configure the variables in "script".

  • The folder and all files will be created in "Src_Flash / Script_Name"

    • (/boot/config/plugins/user.scripts/scripts/Script_Name") and a copy in "Script_Dir / Script_Name".
  • Add the path of the folders you want to backup in "Script_Dir / Script_Name / PATHS.txt".

  • Run the "script" again to sync all files and start the backup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages