rsync исключает AppData, но включает закладки Firefox?

Добавлю, как я нашел эту информацию. Как указано внизуman ls:

Full documentation at: https://www.gnu.org/software/coreutils/ls or available locally via: info '(coreutils) ls invocation'

После этого мы видим

‘-F’ ‘--classify’ ‘--indicator-style=classify’ Append a character to each file name indicating the file type. Also, for regular files that are executable, append ‘*’. The file type indicators are ‘/’ for directories, ‘@’ for symbolic links, ‘|’ for FIFOs, ‘=’ for sockets, ‘>’ for doors, and nothing for regular files. Do not follow symbolic links listed on the command line unless the --dereference-command-line (-H), --dereference (-L), or --dereference-command-line-symlink-to-dir options are specified.

наhttps://www.gnu.org/software/coreutils/manual/coreutils.html#General-output-formatting

0
14.01.2020, 15:12
1 ответ

вот еще решение, сделать симлинки :переместите places.sqlite куда-нибудь в диапазон включения rsync, например c :\places\ *\places.sqlite

mklink c:\places\*\places.sqlite AppData\Roaming\Mozilla\Firefox\Profile\*\places.sqlite

или даже для каталога с синтаксисом:

mklink /d <Link> <Target>

В результате rsync скопирует все необходимые данные и пропустит остальные.

1
18.06.2020, 00:25

Теги

Похожие вопросы