Data Backup/Snapshot
Data backup is one of the most common requirement in different scenario. ArtiVC is a very simple tool to backup, or even snapshot, your data in the cloud storage.
-
Init the repository
avc init s3://mybucket/mydocuments
-
Snapshot
avc push
-
Optionally to tag current snapshot as a version
avc tag '2022-Q1'
-
See the snapshot timeline
avc log
-
Rollback. Use
--delete
to delete local files which are not listed in the snapshot version.avc pull --delete 49175d02
-
Get a file from a given version
avc pull 49175d02 -- path/to/my/file