logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Snapshot Manager - Create File System Snapshots | Online Free DevTools by Hexmos

Create file system snapshots with Snapper. Manage snapshots for data recovery and versioning using command line. Free online tool, no registration required.

snapper

Filesystem snapshot management tool. More information: http://snapper.io/manpages/snapper.html.

  • List snapshot configs:

snapper list-configs

  • Create snapper config:

snapper {{[-c|--config]}} {{config}} create-config {{path/to/directory}}

  • Create a snapshot with a description:

snapper {{[-c|--config]}} {{config}} create {{[-d|--description]}} "{{snapshot_description}}"

  • List snapshots for a config:

snapper {{[-c|--config]}} {{config}} list

  • Delete a snapshot:

snapper {{[-c|--config]}} {{config}} delete {{snapshot_number}}

  • Delete a range of snapshots:

snapper {{[-c|--config]}} {{config}} delete {{snapshot1}}-{{snapshot2}}

See Also