Replies: 4 comments 3 replies
-
|
Guess create does not have tagging built in. Also, maybe we rather want to avoid that, Maybe we can rather change borg tag to make it easier tagging the archive that was just created by |
Beta Was this translation helpful? Give feedback.
-
|
About When you give a file, the docs just say that it uses that file's timestamp, but it does not say which one. :-) |
Beta Was this translation helpful? Give feedback.
-
|
Add-on question: is there a way to specify the hostname? The use-case I have is that I run borg in a container and (at least using podman) the hostname in the container is something random. I can fix that by passing a --hostname option to podman but it would be cleaner to do that explicitly to borg since one has to pass the hostname explicitly when matching repositories. Another use-case would be backing up a remotely mounted filesystem which one wants to associate with the remote system's hostname. |
Beta Was this translation helpful? Give feedback.
-
|
Giving a file (or directory) for the timestamp works for me (and it uses its mtime). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused about the tags (in the general sense) that are applied to an archive. For one, it would be great if -v listed what borgs records, e.g, hostname, user, timestamp, comment, tags.
When I pass
--timestamp /some/directoryI was expecting that borg would record the ctime of that dir as timestamp for the archive. But I don't see anything like that when running borg info. Also, borg info doesn't really list a timestamp but "Time (start)" and "Time (end)".I also see option to match archives by tags but I see no way to specify tags in borg create. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions