From 4b4064624f305606a86a8845f246d1cd6f67809c Mon Sep 17 00:00:00 2001 From: msglm Date: Fri, 6 Oct 2023 00:51:48 -0500 Subject: Initial Commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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`. -- cgit v1.2.3