diff options
author | msglm <msglm@techchud.xyz> | 2023-10-06 00:51:48 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-10-06 00:51:48 -0500 |
commit | 4b4064624f305606a86a8845f246d1cd6f67809c (patch) | |
tree | e8d61fb617be85ccbb9161810e937e2f44d050ba /README.md | |
download | ipfs-archive-manager-4b4064624f305606a86a8845f246d1cd6f67809c.tar.gz ipfs-archive-manager-4b4064624f305606a86a8845f246d1cd6f67809c.tar.bz2 ipfs-archive-manager-4b4064624f305606a86a8845f246d1cd6f67809c.zip |
Initial Commitv1.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4effe3e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +#ipfs-archive-manager + +A tool that manages IPFS archives on your behalf. This updates your archive's IPNS name as well, for consistant updating. + +Depends on IPFS, of course. + +Usage: +`ipfs-archive-manager videos beach beachvid1.mp4` +Archives `beachvid1.mp4` to a subfolder in `/videos` called `beach` +so, in full, IPFS will store the video as `/videos/beach/beachvid1.mp4` + +`ipfs-archive-manager memes ./funny.mp4 funny.mp4` +This will archive funny.mp4 to `/memes/funny.mp4`. |