Skip to content

Color-Of-Code/backup-rsync

Repository files navigation

backup-rsync

Backup using rsync as an engine.

NOTE: Using rsync in remote mode is not a use case considered for this tool. Both the source and destination are local mounted drives, ensuring efficient and direct data transfer.

Go tool used for my own private purposes.

Use at your own risk!

Features

  • The tool checks that all specified source paths are covered, ensuring completeness of backups.
  • Each data copy job is defined and documented in the configuration file.
  • Individual jobs can be executed directly from the command line.
  • All backup operations are extensively logged, including detailed rsync output and job summaries.
  • A dry run mode is available to preview actions without making changes.

Quick Start

make build              # Build to dist/backup
./dist/backup --help    # Show available commands

Documentation

About

Local backup using rsync. Go based tool used for my own private purposes. Use at your own risk!

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors