vcspull icon indicating copy to clipboard operation
vcspull copied to clipboard

command to list all repos to ease creating backup ignores

Open RonnyPfannschmidt opened this issue 8 years ago • 3 comments

use case:

when creating a general system backup, i feed it with a file tilling it what folders to ignore (like steam games, caches i would like to extend that file with the names of the vcs repos, because those i "backup" with the actual dvcs

RonnyPfannschmidt avatar Nov 25 '16 13:11 RonnyPfannschmidt

@RonnyPfannschmidt howdy, I remember you from pytest. How are you? Hope things are well

do you have an implementation to propose? e.g. ~/.vcspull_ignore? or an argument to an ignore file -i path_to_ignore_file.yaml? what would it look like?

tony avatar Nov 25 '16 15:11 tony

@tony i would like vcspull to list all folders it manages so that i can make a own file to pass to a tool like borg to exclude

im doing well, thanks :)

RonnyPfannschmidt avatar Nov 25 '16 20:11 RonnyPfannschmidt

Milestone:

vcspull ls -- list repos in current directory vcspull ls path/to - list repos at path (includin vcspull ls/path -R / --recursive mimic ls flags

Config-based: same as above in options except --self vcspull ls --self - config repos

tony avatar Dec 10 '21 18:12 tony