Skip to content

elhalili/VaultSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Tracking and Rollback

This project offers robust version tracking capabilities, ensuring that every change made to your files is carefully monitored and logged. With our tool, you can rest assured that you'll never lose track of your file versions, even in the most dynamic collaborative environments.

Key Features:

  • Comprehensive Version tracking: Every modification made to your files you can record it.

  • Effortless Rollback: Need to revert to a previous version? No problem! Our tool allows users to effortlessly roll back to any desired version with one command.

  • Intuitive Command Line Interface: Initialization, tracking of changes, record them and rollbacks are made simple and intuitive, ensuring a seamless user experience.

Supported Operations:

  • Track Changes: Whether it's a minor tweak or a major overhaul, our tool tracks every change made to your files, including additions, modifications, and deletions.

  • Restore Previous Versions: Accidentally overwritten an important file or made changes you now regret? Our rollback feature lets you restore previous versions with ease, giving you peace of mind knowing that your data is always recoverable.

Installing:

To install this project ....

	$ git clone [email protected]:elhalili/VaultSync.git
	$ cd VaultSync
	$ chmod +x scripts/setup.sh
	$ ./scripts/setup.sh

Usage:

To take advantage of the version tracking and rollback features, simply follow these steps:

  1. Initialize the repository using the provided CLI.
	# Change the cwd to the desired directory project
	cd path/to/your-project
	# Initialize the project
	vaultsync init
  1. Make changes to your files as needed, knowing that every modification is being tracked in the background.
	# Track changes using
	vaultsync add [files-paths-to-track]
  1. Register stable changes via commit :
	# Commit changes
	vaultsync commit
  1. If you ever need to revert to a previous version, use the rollback command to select the desired version and restore it.
	# Rollback to any version 
	vaultsync rollback version-hash

With our version tracking and rollback capabilities, you can collaborate with confidence, knowing that your files are always protected and easily recoverable.

  • Remote host (in progress)
  • User Authentication (in progress)
  • File Encryption and Decryption (in progress)
  • Secure Communication (in progress)
  • File Synchronization
  • Conflict Resolution

About

Minimal version control system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages