I have a question about the -r flag. When I do
ledger-autosync -L -m 90 - a 'My Vanguard Account'
I only get transactions from the last week or so.
But when I add the -r flag to do
ledger-autosync -r -L -m 90 - a 'My Vanguard Account'
I get transactions going back a few months.
I understand that -r is for resync but I thought I could achieve the same effect by not providing a ledger file or ~/.ledgerrc. But it seems like either ledger-autosync or ofxclient is somehow storing some information about what it thinks it has downloaded. Any thoughts on that? For example, is there a hidden file somewhere that l-a or ofxclient uses for this?
The reason I ask is that in trying to describe how to get started with l-a from a blank setup I shouldn't need to use the -r flag but it seems like for some reason the -r is necessary.
I have a question about the
-rflag. When I doledger-autosync -L -m 90 - a 'My Vanguard Account'I only get transactions from the last week or so.
But when I add the
-rflag to doledger-autosync -r -L -m 90 - a 'My Vanguard Account'I get transactions going back a few months.
I understand that
-ris for resync but I thought I could achieve the same effect by not providing a ledger file or~/.ledgerrc. But it seems like eitherledger-autosyncorofxclientis somehow storing some information about what it thinks it has downloaded. Any thoughts on that? For example, is there a hidden file somewhere that l-a or ofxclient uses for this?The reason I ask is that in trying to describe how to get started with l-a from a blank setup I shouldn't need to use the
-rflag but it seems like for some reason the-ris necessary.